Commit c7fc5e34 authored by mercury233's avatar mercury233

fix

parent a671b0de
Pipeline #37129 failed with stages
in 2 minutes and 36 seconds
...@@ -445,7 +445,7 @@ workspace "YGOPro" ...@@ -445,7 +445,7 @@ workspace "YGOPro"
if BUILD_SQLITE then if BUILD_SQLITE then
include "sqlite3" include "sqlite3"
end end
if USE_AUDIO then if USE_AUDIO and not SERVER_MODE then
if AUDIO_LIB=="miniaudio" then if AUDIO_LIB=="miniaudio" then
include "miniaudio" include "miniaudio"
end 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