update DOS cross-compiler version

This commit is contained in:
nhmall
2023-06-27 10:49:35 -04:00
parent 2918026b58
commit e1bae750de
2 changed files with 4 additions and 3 deletions

View File

@@ -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 ../..

View File

@@ -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