summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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