azure-pipelines overrode a recent gcc change in the cross-compile

this makes it match, but doesn't fix the stray
This commit is contained in:
nhmall
2021-01-29 14:29:38 -05:00
parent 30ab63165f
commit 7b357463d3

View File

@@ -201,7 +201,7 @@ steps:
displayName: 'Building mac full build'
- bash: |
export GCCVER=gcc1010
export GCCVER=gcc1020
cd sys/unix
sh setup.sh hints/linux.2020
cd ../..