Leave bullet in release mode
This commit is contained in:
parent
670389d268
commit
16bd496253
|
|
@ -246,7 +246,7 @@ if has_config("audio") then
|
||||||
end
|
end
|
||||||
|
|
||||||
if has_config("bulletphysics") then
|
if has_config("bulletphysics") then
|
||||||
add_requires("bullet3", { configs = { debug = is_mode("debug") }})
|
add_requires("bullet3")
|
||||||
end
|
end
|
||||||
|
|
||||||
if has_config("chipmunkphysics") then
|
if has_config("chipmunkphysics") then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue