diff options
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
| -rw-r--r-- | xmake/modules/core/tools/cl.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index f4d7c0008..6919334f4 100644 --- a/xmake/modules/core/tools/cl.lua +++ b/xmake/modules/core/tools/cl.lua @@ -184,10 +184,10 @@ function nf_language(self, stdname) , gnuxx11 = "-std=c++11" , cxx14 = "-std:c++14" , gnuxx14 = "-std:c++14" - , cxx1z = "-std=c++latest" - , gnuxx1z = "-std=c++latest" - , cxx17 = "-std=c++17" - , gnuxx17 = "-std=c++17" + , cxx1z = "-std:c++latest" + , gnuxx1z = "-std:c++latest" + , cxx17 = "-std:c++17" + , gnuxx17 = "-std:c++17" } -- select maps |
