remove toolset "clang"
option from premake5.lua
This commit is contained in:
parent
fe967e7656
commit
a94715a302
@ -11,7 +11,6 @@ solution "demboyz"
|
|||||||
configuration "gmake"
|
configuration "gmake"
|
||||||
-- Enables C++11 support.
|
-- Enables C++11 support.
|
||||||
buildoptions { "-std=c++0x" }
|
buildoptions { "-std=c++0x" }
|
||||||
toolset "clang"
|
|
||||||
|
|
||||||
project "demboyz"
|
project "demboyz"
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
|
Loading…
Reference in New Issue
Block a user