summaryrefslogtreecommitdiff
path: root/x86_64-w64-mingw32.sh
blob: 362f02d4eb42c1211abbd40793fda53c48b3a293 (plain)
1
2
3
4
5
6
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