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