fix Mac OSX build when using GNU++11 C++ language standard, make this the default in premake under OSX for easier testing

This commit is contained in:
erwin.coumans
2013-10-22 23:08:43 +00:00
parent 9b44762519
commit 1503c806bd
2 changed files with 3 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ solution "0BulletSolution"
xcodebuildsettings
{
'ARCHS = "$(ARCHS_STANDARD_32_BIT) $(ARCHS_STANDARD_64_BIT)"',
'CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"',
'VALID_ARCHS = "x86_64 i386"',
}
end