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

This reverts commit f222f9d8d6.
This commit is contained in:
nhmall
2023-07-28 13:11:31 -04:00
parent f222f9d8d6
commit 6b29781fc7

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.buildTarget, 'all'))
condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'all'))
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
displayName: 'Building mac full build'