CI attempt cross-compile on macOS follow-up 2

This commit is contained in:
nhmall
2023-07-28 12:41:29 -04:00
parent fac0996960
commit 002d493b4e

View File

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