remove 32bit build ARCH from xcode4 generated files (premake4)

optimization in btMultiBody::fillConstraintJacobianMultiDof:
only compute links between current link and root
This commit is contained in:
Erwin Coumans
2018-10-20 10:44:43 -07:00
parent eb490351ec
commit dc2d54df2c
2 changed files with 21 additions and 10 deletions

View File

@@ -399,8 +399,8 @@ end
else
xcodebuildsettings
{
'ARCHS = "$(ARCHS_STANDARD_32_BIT) $(ARCHS_STANDARD_64_BIT)"',
'VALID_ARCHS = "x86_64 i386"',
'ARCHS = "$(ARCHS_STANDARD_64_BIT)"',
'VALID_ARCHS = "x86_64"',
-- 'SDKROOT = "macosx10.9"',
}
end