mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fixed build on FreeBSD
and possibly others by using the Linux settings by default.
This commit is contained in:
parent
e98921593b
commit
c28290ad7f
4
bam.lua
4
bam.lua
|
@ -409,10 +409,10 @@ function GenerateSettings(conf, arch, builddir, compiler)
|
||||||
elseif family == "unix" then
|
elseif family == "unix" then
|
||||||
if platform == "macosx" then
|
if platform == "macosx" then
|
||||||
GenerateMacOSXSettings(settings, conf, arch)
|
GenerateMacOSXSettings(settings, conf, arch)
|
||||||
elseif platform == "linux" then
|
|
||||||
GenerateLinuxSettings(settings, conf, arch)
|
|
||||||
elseif platform == "solaris" then
|
elseif platform == "solaris" then
|
||||||
GenerateSolarisSettings(settings, conf, arch)
|
GenerateSolarisSettings(settings, conf, arch)
|
||||||
|
else -- Linux, BSD
|
||||||
|
GenerateLinuxSettings(settings, conf, arch)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue