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
+1 -1
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 ../..