update DOS cross-compiler version
This commit is contained in:
@@ -230,7 +230,7 @@ steps:
|
||||
displayName: 'Building mac full build'
|
||||
|
||||
- bash: |
|
||||
export GCCVER=gcc1210
|
||||
export GCCVER=gcc1220
|
||||
cd sys/unix
|
||||
sh setup.sh hints/linux.370
|
||||
cd ../..
|
||||
|
||||
@@ -11,7 +11,7 @@ else
|
||||
fi
|
||||
|
||||
if [ -z "$GCCVER" ]; then
|
||||
export GCCVER=gcc1210
|
||||
export GCCVER=gcc1220
|
||||
fi
|
||||
|
||||
if [ -z "$LUA_VERSION" ]; then
|
||||
@@ -27,7 +27,8 @@ fi
|
||||
#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.0/"
|
||||
#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.1/"
|
||||
#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.1/"
|
||||
DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.3/"
|
||||
#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.3/"
|
||||
DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.4/"
|
||||
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
#Mac
|
||||
|
||||
Reference in New Issue
Block a user