clang gets confused/crashes when using the same namespace,

need to look if it is a real error or clang issue
should fix Issue 520
https://github.com/bulletphysics/bullet3/issues/520
This commit is contained in:
Erwin Coumans
2015-11-08 13:49:37 -08:00
parent 3b9b803683
commit 72b68409da
2 changed files with 3 additions and 2 deletions

View File

@@ -128,6 +128,7 @@
{
'ARCHS = "$(ARCHS_STANDARD_32_BIT) $(ARCHS_STANDARD_64_BIT)"',
'VALID_ARCHS = "x86_64 i386"',
-- 'SDKROOT = "macosx10.9"',
}
end
end