diff --git a/build/premake/premake.lua b/build/premake/premake.lua index dc2526ff8b..80bea33077 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -651,7 +651,6 @@ function setup_main_exe () -- delay loading of various Windows DLLs (not specific to any of the -- external libraries; those are handled separately) "/DELAYLOAD:ws2_32.dll", - "/DELAYLOAD:version.dll", -- allow manual unload of delay-loaded DLLs "/DELAY:UNLOAD"