update msdos djgpp cross-compiler gcc version
This commit is contained in:
@@ -8,7 +8,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$GCCVER" ]; then
|
if [ -z "$GCCVER" ]; then
|
||||||
export GCCVER=gcc1010
|
export GCCVER=gcc1020
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$LUA_VERSION" ]; then
|
if [ -z "$LUA_VERSION" ]; then
|
||||||
@@ -21,7 +21,8 @@ if [ ! -d "$(pwd)/lib" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v2.9/"
|
#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
|
if [ "$(uname)" = "Darwin" ]; then
|
||||||
#Mac
|
#Mac
|
||||||
DJGPP_FILE="djgpp-osx-$GCCVER.tar.bz2"
|
DJGPP_FILE="djgpp-osx-$GCCVER.tar.bz2"
|
||||||
|
|||||||
Reference in New Issue
Block a user