summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-06-12 15:57:36 +0200
committerYorhel <git@yorhel.nl>2019-06-12 15:57:36 +0200
commit5b755fa391130fee4f92ee7d83c978deaaa9621b (patch)
treeb13e657473b84b62695be75d1bc130ba757c2590
parentf423f9835a90ebf195a4edd3dfb9674adf10f4b2 (diff)
Actually add the scriptHEADmaster
-rwxr-xr-xx86_64-w64-mingw32.sh7
1 files changed, 7 insertions, 0 deletions
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