mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix linux opusfile linking
This commit is contained in:
parent
440ee9397f
commit
9779e5adde
|
@ -53,6 +53,8 @@ Opusfile = {
|
|||
|
||||
if family ~= "windows" then
|
||||
settings.link.libs:Add("opusfile")
|
||||
settings.link.libs:Add("opus")
|
||||
settings.link.libs:Add("ogg")
|
||||
end
|
||||
|
||||
if platform == "win32" then
|
||||
|
|
Loading…
Reference in a new issue