Skip to content

Commit 5b2831d

Browse files
update USE_DYNAMIC cond
1 parent 0db1bb8 commit 5b2831d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocgcore

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ if GetParam("ocgcore-dynamic") then
364364
OCGCORE_DYNAMIC = true
365365
end
366366

367-
if OCGCORE_DYNAMIC then
367+
if OCGCORE_DYNAMIC or USE_AUDIO and AUDIO_LIB=='irrklang' and not IRRKLANG_PRO then
368368
USE_DYNAMIC = true
369369
end
370370

0 commit comments

Comments
 (0)