Add PhysicsFS instructions
[mingw-xscripts.git] / mingw-configure
blob68feeaaec656c47690a5180797919fde44a5737a
1 #!/bin/sh
3 . mingw-environment.sh
5 ./configure \
6 --prefix="$MINGW_PREFIX" \
7 --build="$BUILD" \
8 --host="$HOST" \
9 --without-x \
10 "$@"