mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
added mysql mac x64 libs
thanks to Allisone
This commit is contained in:
parent
beec56aee0
commit
69a2595d20
7
bam.lua
7
bam.lua
|
@ -200,7 +200,11 @@ function build(settings)
|
|||
client_settings.link.frameworks:Add("Cocoa")
|
||||
launcher_settings.link.frameworks:Add("Cocoa")
|
||||
if not string.find(settings.config_name, "nosql") then
|
||||
server_settings.link.libpath:Add("other/mysql/mac/lib32")
|
||||
if arch == "amd64" then
|
||||
server_settings.link.libpath:Add("other/mysql/mac/lib64")
|
||||
else
|
||||
server_settings.link.libpath:Add("other/mysql/mac/lib32")
|
||||
end
|
||||
end
|
||||
else
|
||||
client_settings.link.libs:Add("X11")
|
||||
|
@ -433,4 +437,3 @@ else
|
|||
build(release_nosql_settings)
|
||||
DefaultTarget("game_debug")
|
||||
end
|
||||
|
||||
|
|
BIN
other/mysql/mac/lib64/libmysqlclient.a
Normal file
BIN
other/mysql/mac/lib64/libmysqlclient.a
Normal file
Binary file not shown.
BIN
other/mysql/mac/lib64/libmysqlcppconn-static.a
Normal file
BIN
other/mysql/mac/lib64/libmysqlcppconn-static.a
Normal file
Binary file not shown.
Loading…
Reference in a new issue