CI attempt cross-compile on macOS follow-up 3

This commit is contained in:
nhmall
2023-07-28 12:47:47 -04:00
parent 002d493b4e
commit f222f9d8d6

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