fi
if [ -z "$GCCVER" ]; then
- export GCCVER=gcc1010
+ export GCCVER=gcc1020
fi
if [ -z "$LUA_VERSION" ]; then
fi
#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v2.9/"
-DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.0/"
+#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.0/"
+DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.1/"
if [ "$(uname)" = "Darwin" ]; then
#Mac
DJGPP_FILE="djgpp-osx-$GCCVER.tar.bz2"