diff options
| author | ruki <[email protected]> | 2025-06-29 21:15:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-06-29 21:15:03 +0800 |
| commit | d70d59b889e9080ee124d56e07d266c230dbc1f9 (patch) | |
| tree | 45d1b0d8802fe125bebee2a54e7529f6fe00f9aa /xmake/plugins/project/make/makefile.lua | |
| parent | c982716c0c6d1de9f641d37edd9104de261dbf06 (diff) | |
fix target utils
Diffstat (limited to 'xmake/plugins/project/make/makefile.lua')
| -rw-r--r-- | xmake/plugins/project/make/makefile.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/make/makefile.lua b/xmake/plugins/project/make/makefile.lua index 26cd37ed7..a77e3b5ca 100644 --- a/xmake/plugins/project/make/makefile.lua +++ b/xmake/plugins/project/make/makefile.lua @@ -28,7 +28,7 @@ import("core.platform.platform") import("lib.detect.find_tool") import("private.utils.batchcmds") import("plugins.project.utils.target_cmds", {rootdir = os.programdir()}) -import("plugins.project.utils.target_utils", {rootdir = os.programdir()}) +import("private.utils.target", {alias = "target_utils"}) -- tranlate path function _translate_path(filepath, outputdir) |
