Created
March 19, 2019 13:15
-
-
Save jfoster/443c21e61998136ff9d4c23b4a413b6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TARGET_OS="MinGW" | |
export CROSS="i686-w64-mingw32.static-" | |
export CC=${CROSS}gcc | |
export LD=${CROSS}ld | |
export AR=${CROSS}ar | |
export PKG_CONFIG=${CROSS}pkg-config | |
make WARNERROR=no -j4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment