aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-10 13:15:39 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-16 18:17:05 +0100
commit49b74832095330df9eef1988250f5ff280dd7ef1 (patch)
treec076e13095bef5597c9d201ea79ab4d728a18ff6 /installer/build.bat
parentinstaller: prohibit Wow64 installs (diff)
downloadwireguard-windows-49b74832095330df9eef1988250f5ff280dd7ef1.tar.xz
wireguard-windows-49b74832095330df9eef1988250f5ff280dd7ef1.zip
installer: require KB2921916 on Windows 7
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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 f90791ef..857de64a 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -35,7 +35,7 @@ if exist .deps\prepared goto :build
set WIX=%BUILDDIR%.deps\wix\
set CFLAGS=-O3 -Wall -std=gnu11 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -municode -DUNICODE -D_UNICODE -DNDEBUG
set LDFLAGS=-shared -s -Wl,--kill-at -Wl,--major-os-version=6 -Wl,--minor-os-version=1 -Wl,--major-subsystem-version=6 -Wl,--minor-subsystem-version=1 -Wl,--tsaware -Wl,--dynamicbase -Wl,--nxcompat -Wl,--export-all-symbols
- set LDLIBS=-lmsi -lole32 -lshlwapi -lshell32 -luuid
+ set LDLIBS=-lmsi -lole32 -lshlwapi -lshell32 -luuid -lntdll
call :msi x86 i686 x86 || goto :error
call :msi amd64 x86_64 x64 || goto :error
call :msi arm armv7 arm || goto :error