From 5b755fa391130fee4f92ee7d83c978deaaa9621b Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 12 Jun 2019 15:57:36 +0200 Subject: Actually add the script --- x86_64-w64-mingw32.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 x86_64-w64-mingw32.sh diff --git a/x86_64-w64-mingw32.sh b/x86_64-w64-mingw32.sh new file mode 100755 index 0000000..362f02d --- /dev/null +++ b/x86_64-w64-mingw32.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +export PATH="/opt/cross/x86_64-w64-mingw32/bin:$PATH" +export HOST=x86_64-w64-mingw32 +export SYSTEM=MINGW64 # Used by the OpenSSL config script + +exec ./build.sh -- cgit v1.2.3