aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-07 19:12:53 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-13 14:42:54 +0100
commit37248860704230119ce3d5cd98f3824b6b9bd6d8 (patch)
tree5a5cf08efc8eaee043f4e4fc64678893085b82f3 /installer/build.bat
parentsyntax: port to go (diff)
downloadwireguard-windows-37248860704230119ce3d5cd98f3824b6b9bd6d8.tar.xz
wireguard-windows-37248860704230119ce3d5cd98f3824b6b9bd6d8.zip
build: remove cgo
This doesn't yet build but we'll get there. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'installer/build.bat')
-rw-r--r--installer/build.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/build.bat b/installer/build.bat
index ef73d147..c4b49fdb 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -35,7 +35,6 @@ if exist .deps\prepared goto :build
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
call :msi x86 i686 x86 || goto :error
- set CGO_LDFLAGS=%CGO_LDFLAGS% -Wl,--high-entropy-va
call :msi amd64 x86_64 x64 || goto :error
if exist ..\sign.bat call ..\sign.bat
if "%SigningCertificate%"=="" goto :success