diff options
| author | ruki <[email protected]> | 2022-04-23 00:58:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-23 00:58:48 +0800 |
| commit | faef14c93d6ba55f65eed03d560282715eedacca (patch) | |
| tree | 30d165fac46b47255a6ff5087d40b2ee62e93a6f /xmake/modules/core/tools/cl.lua | |
| parent | 567d04c515cb241e8ca0caff53dcb4e31f4688b9 (diff) | |
we use cl languages instead of clang-cl
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
| -rw-r--r-- | xmake/modules/core/tools/cl.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index 2526536c4..b09a8ebd8 100644 --- a/xmake/modules/core/tools/cl.lua +++ b/xmake/modules/core/tools/cl.lua @@ -189,6 +189,7 @@ function nf_vectorext(self, extension) end -- make the language flag +-- clang-cl should also use it, @see https://github.com/xmake-io/xmake/issues/2211#issuecomment-1083322178 function nf_language(self, stdname) -- the stdc maps |
