summaryrefslogtreecommitdiff
path: root/xmake/modules/cli/amalgamate.lua
diff options
context:
space:
mode:
authorShifftC <[email protected]>2025-02-11 03:15:40 +0100
committerShifftC <[email protected]>2025-02-11 03:15:40 +0100
commitbf41f963c129968e94905b10de9df10248eca8f7 (patch)
tree36306439c67d24292992f30a286cf056194a67cc /xmake/modules/cli/amalgamate.lua
parent0bccb933df1d2562e82489abca8b34b8a405adfe (diff)
make check_targetname private
Diffstat (limited to 'xmake/modules/cli/amalgamate.lua')
-rw-r--r--xmake/modules/cli/amalgamate.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/cli/amalgamate.lua b/xmake/modules/cli/amalgamate.lua
index cdab33c05..8c7ec6fd7 100644
--- a/xmake/modules/cli/amalgamate.lua
+++ b/xmake/modules/cli/amalgamate.lua
@@ -24,7 +24,7 @@ import("core.base.graph")
import("core.project.config")
import("core.project.task")
import("core.project.project")
-import("lib.detect.check_targetname")
+import("private.detect.check_targetname")
-- the options
local options =