diff options
Diffstat (limited to 'xmake/modules/core/tools/rustc.lua')
| -rw-r--r-- | xmake/modules/core/tools/rustc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/rustc.lua b/xmake/modules/core/tools/rustc.lua index 10cb653cf..89bde3690 100644 --- a/xmake/modules/core/tools/rustc.lua +++ b/xmake/modules/core/tools/rustc.lua @@ -91,7 +91,7 @@ end -- make the linkdir flag function nf_linkdir(self, dir) - return "-L" .. dir + return "-L" .. os.args(dir) end -- make the build arguments list |
