From 4381693071ffc2c7289d0b2ec08d6f17d3db5154 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 23 Jun 2016 21:36:36 +0800 Subject: support -std=c++11 for clang --- xmake/tools/g++.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/tools/g++.lua') diff --git a/xmake/tools/g++.lua b/xmake/tools/g++.lua index 7b2837b8e..06f5a8368 100755 --- a/xmake/tools/g++.lua +++ b/xmake/tools/g++.lua @@ -24,10 +24,10 @@ inherit("gcc") -- init it -function init(shellname) +function init(shellname, kind) -- init super - _super.init(shellname or "g++") + _super.init(shellname or "g++", kind) end -- cgit v1.3.1