]> granicus.if.org Git - nethack/commitdiff
azure-pipelines overrode a recent gcc change in the cross-compile
authornhmall <nhmall@nethack.org>
Fri, 29 Jan 2021 19:29:38 +0000 (14:29 -0500)
committernhmall <nhmall@nethack.org>
Fri, 29 Jan 2021 19:29:38 +0000 (14:29 -0500)
this makes it match, but doesn't fix the stray

azure-pipelines.yml

index 188c39bbcbc3629d68e70709ef682640244dd590..7954b5c163ca20cde9fd498b1942cab3c4d867db 100644 (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 ../..