mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 06:51:24 +00:00
Extend ac8124b332 and avoid /delayload warnings in Windows builds when building Atlas and Collada.
This was SVN commit r16243.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user