mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Oops
This commit is contained in:
parent
d482938e9d
commit
c5274ce422
12
bam.lua
12
bam.lua
|
@ -152,8 +152,8 @@ function build(settings)
|
|||
--settings.objdir = Path("objs")
|
||||
settings.cc.Output = Intermediate_Output
|
||||
|
||||
settings.cc.flags:Add("-m32")
|
||||
settings.link.flags:Add("-m32")
|
||||
--settings.cc.flags:Add("-m32")
|
||||
--settings.link.flags:Add("-m32")
|
||||
|
||||
cflags = os.getenv("CFLAGS")
|
||||
if cflags then
|
||||
|
@ -281,11 +281,11 @@ function build(settings)
|
|||
client_settings.link.libs:Add("opus")
|
||||
client_settings.link.libs:Add("ogg")
|
||||
|
||||
--if arch == "amd64" then
|
||||
-- client_settings.link.libpath:Add("other/opus/linux/lib64")
|
||||
--else
|
||||
if arch == "amd64" then
|
||||
client_settings.link.libpath:Add("other/opus/linux/lib64")
|
||||
else
|
||||
client_settings.link.libpath:Add("other/opus/linux/lib32")
|
||||
--end
|
||||
end
|
||||
|
||||
if string.find(settings.config_name, "sql") then
|
||||
if arch == "amd64" then
|
||||
|
|
Loading…
Reference in a new issue