aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/build.bat
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-04-26 13:42:47 +0200
committerSimon Rozman <simon@rozman.si>2019-04-26 13:42:47 +0200
commit1967c37716e1f8373ebadc61459086d3abd55598 (patch)
tree04e1e1dd2786f5de4fed3d421c7185ec133717fe /installer/build.bat
parentREADME: link to English documentation (diff)
downloadwireguard-windows-1967c37716e1f8373ebadc61459086d3abd55598.tar.xz
wireguard-windows-1967c37716e1f8373ebadc61459086d3abd55598.zip
installer: build: ignore ICE30 introduced with WHLK/EV Wintun switching
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'installer/build.bat')
-rw-r--r--installer/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/build.bat b/installer/build.bat
index e7e23036..d4d1aa1d 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -11,7 +11,7 @@ set WIREGUARD_VERSION=0.0.0.1
set STARTDIR=%cd%
set OLDWIX=%WIX%
set WIX_CANDLE_FLAGS=-nologo -dWIREGUARD_VERSION="%WIREGUARD_VERSION%"
-set WIX_LIGHT_FLAGS=-nologo -spdb
+set WIX_LIGHT_FLAGS=-nologo -spdb -sice:ICE30
if exist .deps\prepared goto :build
:installdeps