diff options
| author | ruki <[email protected]> | 2021-02-09 22:35:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-09 22:35:25 +0800 |
| commit | 630b8dabbf701ef9b490add3e6def10a74970d00 (patch) | |
| tree | 68c912ecf3cb234db3b8e6dc839895ce911a797f /xmake/modules/core/tools/windres.lua | |
| parent | 22bc93e3eac36f077583faa90f515d436e4945df (diff) | |
improve core/tools and remove os.args
Diffstat (limited to 'xmake/modules/core/tools/windres.lua')
| -rw-r--r-- | xmake/modules/core/tools/windres.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/windres.lua b/xmake/modules/core/tools/windres.lua index 67a108cf7..9acb34515 100644 --- a/xmake/modules/core/tools/windres.lua +++ b/xmake/modules/core/tools/windres.lua @@ -39,7 +39,7 @@ end -- make the includedir flag function nf_includedir(self, dir) - return "-I" .. os.args(dir) + return {"-I", dir} end -- make the sysincludedir flag |
