mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Use path to libopusfile-0.lib as suggested by BeaR
This commit is contained in:
parent
006acade69
commit
c69f2470d7
2
bam.lua
2
bam.lua
|
@ -287,7 +287,7 @@ function build(settings)
|
|||
end
|
||||
|
||||
elseif family == "windows" then
|
||||
client_settings.link.libpath:Add(".")
|
||||
client_settings.link.libpath:Add("other/opus/windows/lib32")
|
||||
client_settings.link.libs:Add("opengl32")
|
||||
client_settings.link.libs:Add("glu32")
|
||||
client_settings.link.libs:Add("winmm")
|
||||
|
|
Loading…
Reference in a new issue