From c654be8796cd0dc22d5e8bb79bb0eab8a3595cfb Mon Sep 17 00:00:00 2001 From: Itms Date: Thu, 29 Jan 2015 14:02:58 +0000 Subject: [PATCH] Extend ac8124b332 and avoid /delayload warnings in Windows builds when building Atlas and Collada. This was SVN commit r16243. --- build/premake/extern_libs4.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/premake/extern_libs4.lua b/build/premake/extern_libs4.lua index 6a2b98f09e..45e30c57cc 100644 --- a/build/premake/extern_libs4.lua +++ b/build/premake/extern_libs4.lua @@ -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, },