update DOS cross-compiler version
This commit is contained in:
@@ -230,7 +230,7 @@ steps:
|
|||||||
displayName: 'Building mac full build'
|
displayName: 'Building mac full build'
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
export GCCVER=gcc1210
|
export GCCVER=gcc1220
|
||||||
cd sys/unix
|
cd sys/unix
|
||||||
sh setup.sh hints/linux.370
|
sh setup.sh hints/linux.370
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$GCCVER" ]; then
|
if [ -z "$GCCVER" ]; then
|
||||||
export GCCVER=gcc1210
|
export GCCVER=gcc1220
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$LUA_VERSION" ]; then
|
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.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.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
|
if [ "$(uname)" = "Darwin" ]; then
|
||||||
#Mac
|
#Mac
|
||||||
|
|||||||
Reference in New Issue
Block a user