diff options
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/core/tools/cl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index 7b7ef3f9f..110c6f3f5 100644 --- a/xmake/modules/core/tools/cl.lua +++ b/xmake/modules/core/tools/cl.lua @@ -260,7 +260,7 @@ end -- make the includedir flag function nf_includedir(self, dir) - return {"-I", path.translate(dir)} + return {"-I" .. path.translate(dir)} end -- make the sysincludedir flag |
