1
0
forked from 0ad/0ad

Fixes build on GNU/kFreeBSD, patch by vincent. Fixes #1322

This was SVN commit r12702.
This commit is contained in:
historic_bruno 2012-09-24 00:41:35 +00:00
parent de6653e255
commit 60f9fece29

View File

@ -1040,6 +1040,12 @@ function setup_collada_project(project_name, target_type, rel_source_dirs, rel_i
links { "c", } links { "c", }
end end
if os.getversion().description == "GNU/kFreeBSD" then
links {
"dl",
}
end
buildoptions { "-fno-strict-aliasing" } buildoptions { "-fno-strict-aliasing" }
buildoptions { "-rdynamic" } buildoptions { "-rdynamic" }