1
0
forked from 0ad/0ad

Fixes Windows build for some configurations after 70e7acfb26.

The divergence for /DELAY* options was started in 137487c521.
Refs 2405a98b58 and 09df66f871, ec3452679c, 82dc962a56, 137487c521.

Differential Revision: https://code.wildfiregames.com/D5070
This was SVN commit r27752.
This commit is contained in:
Vladislav Belov 2023-07-05 20:31:56 +00:00
parent 47a7f78c9d
commit 624df119ef

View File

@ -1478,6 +1478,8 @@ function setup_tests()
-- Enables console for the TEST project on Windows
linkoptions { "/SUBSYSTEM:CONSOLE" }
links { "delayimp" }
project_add_manifest()
elseif os.istarget("linux") or os.istarget("bsd") then