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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user