diff options
| author | ruki <[email protected]> | 2021-03-19 00:00:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-19 00:00:07 +0800 |
| commit | 35d3d81d6d397907c838698bd3a18ae37b861bc0 (patch) | |
| tree | f9af81a483d068faa774e4cb50341a30ed5a3f7e /xmake/modules/core/tools/cl.lua | |
| parent | 60932027d85e9cb499132351b5f080f8d2f572a8 (diff) | |
fix vs generator
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
| -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 |
