aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-01 18:37:13 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-07 11:31:53 +0200
commitcbc1322f69518ca0da9765c481cc2d604a39ee84 (patch)
tree29a7a5c4261aadd9dcb38f3a48dc1eb371f03c36 /installer/build.bat
parentversion: bump (diff)
downloadwireguard-windows-cbc1322f69518ca0da9765c481cc2d604a39ee84.tar.xz
wireguard-windows-cbc1322f69518ca0da9765c481cc2d604a39ee84.zip
build: support building wg(8)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'installer/build.bat')
-rw-r--r--installer/build.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/build.bat b/installer/build.bat
index f8df607c..ef6b2a6d 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -12,6 +12,7 @@ set WIX_LIGHT_FLAGS=-nologo -spdb
set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sw1056
set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sice:ICE30
set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sice:ICE61
+set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sice:ICE09
if exist .deps\prepared goto :build
:installdeps