Add Mac libraries

This commit is contained in:
def 2014-10-28 16:59:53 +01:00
parent c69f2470d7
commit 5604629468
7 changed files with 7 additions and 0 deletions

View file

@ -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")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.