Made clang the default compiler for gmake

This commit is contained in:
Jordan Cristiano 2015-05-15 18:06:05 -04:00
parent 2e75619f42
commit 8455736f7c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ solution "demboyz"
configuration "gmake"
-- Enables C++11 support.
buildoptions { "-std=c++0x" }
toolset "clang"
project "demboyz"
kind "ConsoleApp"