From 630b8dabbf701ef9b490add3e6def10a74970d00 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 9 Feb 2021 22:35:25 +0800 Subject: improve core/tools and remove os.args --- xmake/modules/core/tools/rustc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/rustc.lua') 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 -- cgit v1.3.1