Revert "CI attempt cross-compile on macOS follow-up 2"

This reverts commit 002d493b4e.
This commit is contained in:
nhmall
2023-07-28 13:11:56 -04:00
parent 6b29781fc7
commit 1ca2ab6ea4

View File

@@ -230,7 +230,7 @@ steps:
cd ../..
make fetch-lua
make WANT_MACSOUND=1 all
condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'all'))
condition: eq( variables['Agent.OS'], 'Darwin' )
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
displayName: 'Building mac full build'