summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/rustc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-09 22:35:25 +0800
committerruki <[email protected]>2021-02-09 22:35:25 +0800
commit630b8dabbf701ef9b490add3e6def10a74970d00 (patch)
tree68c912ecf3cb234db3b8e6dc839895ce911a797f /xmake/modules/core/tools/rustc.lua
parent22bc93e3eac36f077583faa90f515d436e4945df (diff)
improve core/tools and remove os.args
Diffstat (limited to 'xmake/modules/core/tools/rustc.lua')
-rw-r--r--xmake/modules/core/tools/rustc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/rustc.lua b/xmake/modules/core/tools/rustc.lua
index 0af2acdd9..ade2daea4 100644
--- a/xmake/modules/core/tools/rustc.lua
+++ b/xmake/modules/core/tools/rustc.lua
@@ -72,7 +72,7 @@ end
-- make the linkdir flag
function nf_linkdir(self, dir)
- return "-L" .. os.args(dir)
+ return {"-L" .. dir}
end
-- make the build arguments list