1
0
forked from 0ad/0ad

Extend ac8124b332 and avoid /delayload warnings in Windows builds when building Atlas and Collada.

This was SVN commit r16243.
This commit is contained in:
Nicolas Auvray 2015-01-29 14:02:58 +00:00
parent 6a70e3a62f
commit c654be8796

View File

@ -358,6 +358,7 @@ extern_lib_defs = {
win_names = { "libiconv" },
osx_names = { "iconv" },
dbg_suffix = "",
no_delayload = 1,
})
-- glibc (used on Linux and GNU/kFreeBSD) has iconv
-- FreeBSD 10+ has iconv as a part of libc
@ -767,6 +768,7 @@ extern_lib_defs = {
add_default_links({
win_names = { "zlib1" },
unix_names = { "z" },
no_delayload = 1,
})
end,
},