mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
parent
aa9ec210b9
commit
b3c0cb08b0
@ -187,8 +187,8 @@ if env['builtin_bullet']:
|
||||
thirdparty_sources = [thirdparty_dir + file for file in bullet2_src]
|
||||
|
||||
env_bullet.Append(CPPPATH=[thirdparty_dir])
|
||||
if env['target'] == "debug" or env['target'] == "release_debug":
|
||||
env_bullet.Append(CCFLAGS=['-DBT_DEBUG'])
|
||||
# if env['target'] == "debug" or env['target'] == "release_debug":
|
||||
# env_bullet.Append(CCFLAGS=['-DBT_DEBUG'])
|
||||
|
||||
env_thirdparty = env_bullet.Clone()
|
||||
env_thirdparty.disable_warnings()
|
||||
|
Loading…
Reference in New Issue
Block a user