diff options
Diffstat (limited to 'xmake/modules/core/tools/ld.lua')
| -rw-r--r-- | xmake/modules/core/tools/ld.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/ld.lua b/xmake/modules/core/tools/ld.lua index c641823bb..0eaa8fc91 100644 --- a/xmake/modules/core/tools/ld.lua +++ b/xmake/modules/core/tools/ld.lua @@ -65,7 +65,7 @@ end -- make the linkdir flag function nf_linkdir(self, dir) - return "-L" .. os.args(path.translate(dir)) + return {"-L", path.translate(dir)} end -- make the link arguments list |
