Skip to content

Commit

Permalink
Compile bullet with threasafe switch on
Browse files Browse the repository at this point in the history
  • Loading branch information
m4nu3lf committed Sep 28, 2021
1 parent 65ab913 commit 6f81c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bullet/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if env["builtin_bullet"]:
# if env['target'] == "debug" or env['target'] == "release_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.disable_warnings()
Expand Down

0 comments on commit 6f81c21

Please sign in to comment.