From 29e514d384a40b135923f76aca2406b6a3091198 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 6 Aug 2019 15:36:31 -0400 Subject: [pkg] Add cross compilation for win and osx --- branding/templates/makefile/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'branding') diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile index 1b1bd70..9612190 100755 --- a/branding/templates/makefile/Makefile +++ b/branding/templates/makefile/Makefile @@ -21,8 +21,6 @@ DEB_VERSION = $(shell echo ${VERSION} | cut -d '-' -f 1,2) # ----------------------------------------------------------------------------- # Windows # ----------------------------------------------------------------------------- -CROSS_FLAGS = CGO_ENABLED=1 GOARCH=386 GOOS=windows CC="/usr/bin/i686-w64-mingw32-gcc" CGO_LDFLAGS="-lssp" CXX="i686-w64-mingw32-c++" - openvpn_win: if not exist staging\openvpn mkdir staging\openvpn wget https://build.openvpn.net/downloads/releases/latest/tap-windows-latest-stable.exe -O staging/openvpn/tap-windows.exe -- cgit v1.2.3