Skip to content

Instantly share code, notes, and snippets.

@jfoster
Created March 19, 2019 13:15
Show Gist options
  • Save jfoster/443c21e61998136ff9d4c23b4a413b6a to your computer and use it in GitHub Desktop.
Save jfoster/443c21e61998136ff9d4c23b4a413b6a to your computer and use it in GitHub Desktop.
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