diff --git a/source/workspaces/premake/premake.lua b/source/workspaces/premake/premake.lua index a5e894cd92..27d288a890 100755 --- a/source/workspaces/premake/premake.lua +++ b/source/workspaces/premake/premake.lua @@ -115,6 +115,7 @@ if (OS == "windows") then "/DELAYLOAD:ws2_32.dll", "/DELAYLOAD:version.dll", "/DELAYLOAD:ddraw.dll", + "/DELAYLOAD:dsound.dll", "/DELAYLOAD:glu32.dll", "/DELAYLOAD:openal32.dll", "/DELAY:UNLOAD" -- allow manual unload of delay-loaded DLLs