From ef0cf64971eaa9a0b4331f7fa1518bf79dbf6178 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 23 Apr 2018 22:45:44 +0800 Subject: add qt support for msvc and mingw --- xmake/modules/core/tools/cl.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/modules/core/tools/cl.lua') diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index c0f4b369c..8b5ffcbd6 100644 --- a/xmake/modules/core/tools/cl.lua +++ b/xmake/modules/core/tools/cl.lua @@ -192,8 +192,8 @@ function nf_language(self, stdname) -- the stdc++ maps local cxxmaps = { - cxx11 = "-std=c++11" - , gnuxx11 = "-std=c++11" + cxx11 = "-std:c++11" + , gnuxx11 = "-std:c++11" , cxx14 = "-std:c++14" , gnuxx14 = "-std:c++14" , cxx17 = "-std:c++17" -- cgit v1.3.1