diff options
| author | ShifftC <[email protected]> | 2025-02-11 03:15:40 +0100 |
|---|---|---|
| committer | ShifftC <[email protected]> | 2025-02-11 03:15:40 +0100 |
| commit | bf41f963c129968e94905b10de9df10248eca8f7 (patch) | |
| tree | 36306439c67d24292992f30a286cf056194a67cc /xmake/modules/cli/amalgamate.lua | |
| parent | 0bccb933df1d2562e82489abca8b34b8a405adfe (diff) | |
make check_targetname private
Diffstat (limited to 'xmake/modules/cli/amalgamate.lua')
| -rw-r--r-- | xmake/modules/cli/amalgamate.lua | 2 |
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 = |
