Commit 60ef8e15 authored by mercury233's avatar mercury233

fix

parent f6495d00
...@@ -43,7 +43,7 @@ project "YGOPro" ...@@ -43,7 +43,7 @@ project "YGOPro"
includedirs { "../miniaudio" } includedirs { "../miniaudio" }
links { "miniaudio" } links { "miniaudio" }
if not BUILD_OPUS_VORBIS and MINIAUDIO_SUPPORT_OPUS_VORBIS then if not BUILD_OPUS_VORBIS and MINIAUDIO_SUPPORT_OPUS_VORBIS then
links { "opusfile", "vorbis" } links { "opusfile", "vorbisfile" }
end end
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