Compile bullet with threasafe switch on
This commit is contained in:
parent
65ab9130e1
commit
6f81c213a6
@ -205,7 +205,7 @@ if env["builtin_bullet"]:
|
|||||||
# if env['target'] == "debug" or env['target'] == "release_debug":
|
# if env['target'] == "debug" or env['target'] == "release_debug":
|
||||||
# env_bullet.Append(CPPDEFINES=['BT_DEBUG'])
|
# env_bullet.Append(CPPDEFINES=['BT_DEBUG'])
|
||||||
|
|
||||||
env_bullet.Append(CPPDEFINES=["BT_USE_OLD_DAMPING_METHOD"])
|
env_bullet.Append(CPPDEFINES=["BT_USE_OLD_DAMPING_METHOD", "BT_THREADSAFE"])
|
||||||
|
|
||||||
env_thirdparty = env_bullet.Clone()
|
env_thirdparty = env_bullet.Clone()
|
||||||
env_thirdparty.disable_warnings()
|
env_thirdparty.disable_warnings()
|
||||||
|
Loading…
Reference in New Issue
Block a user