Commit 5b2831dc authored by nanahira's avatar nanahira

update USE_DYNAMIC cond

parent 0db1bb80
Pipeline #41438 canceled with stages
in 6 seconds
Subproject commit 8dc2821cc2e4890a8eb79837ca0db38e8ed92761
Subproject commit 5a82befc4962397f522a71dfa5e3f6893daaf6df
......@@ -364,7 +364,7 @@ if GetParam("ocgcore-dynamic") then
OCGCORE_DYNAMIC = true
end
if OCGCORE_DYNAMIC then
if OCGCORE_DYNAMIC or USE_AUDIO and AUDIO_LIB=='irrklang' and not IRRKLANG_PRO then
USE_DYNAMIC = true
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment