mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Add Mac libraries
This commit is contained in:
parent
c69f2470d7
commit
5604629468
7
bam.lua
7
bam.lua
|
@ -256,6 +256,13 @@ function build(settings)
|
|||
client_settings.link.frameworks:Add("Carbon")
|
||||
client_settings.link.frameworks:Add("Cocoa")
|
||||
launcher_settings.link.frameworks:Add("Cocoa")
|
||||
|
||||
if arch == "amd64" then
|
||||
client_settings.link.libpath:Add("other/opus/mac/lib64")
|
||||
else
|
||||
client_settings.link.libpath:Add("other/opus/mac/lib32")
|
||||
end
|
||||
|
||||
if string.find(settings.config_name, "sql") then
|
||||
if arch == "amd64" then
|
||||
server_settings.link.libpath:Add("other/mysql/mac/lib64")
|
||||
|
|
BIN
other/opus/mac/lib32/libogg.a
Normal file
BIN
other/opus/mac/lib32/libogg.a
Normal file
Binary file not shown.
BIN
other/opus/mac/lib32/libopus.a
Normal file
BIN
other/opus/mac/lib32/libopus.a
Normal file
Binary file not shown.
BIN
other/opus/mac/lib32/libopusfile.a
Normal file
BIN
other/opus/mac/lib32/libopusfile.a
Normal file
Binary file not shown.
BIN
other/opus/mac/lib64/libogg.a
Normal file
BIN
other/opus/mac/lib64/libogg.a
Normal file
Binary file not shown.
BIN
other/opus/mac/lib64/libopus.a
Normal file
BIN
other/opus/mac/lib64/libopus.a
Normal file
Binary file not shown.
BIN
other/opus/mac/lib64/libopusfile.a
Normal file
BIN
other/opus/mac/lib64/libopusfile.a
Normal file
Binary file not shown.
Loading…
Reference in a new issue