fix Linux build

by default, only enable 64bit build when using ./premake4_linux64 and only 32bit build when using ./premake4_linux
remove some warning
This commit is contained in:
erwin.coumans@gmail.com
2013-10-22 18:10:45 +00:00
parent a21480c8ca
commit 23f612bbb5
3 changed files with 30 additions and 4 deletions

View File

@@ -414,7 +414,7 @@ struct btTypedConstraintData
int m_isEnabled;
};
#endif BACKWARDS_COMPATIBLE
#endif //BACKWARDS_COMPATIBLE
struct btTypedConstraintDoubleData
{