From 6b29781fc793a36f301402ea3cadd6e4ce27add6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 28 Jul 2023 13:11:31 -0400 Subject: [PATCH] Revert "CI attempt cross-compile on macOS follow-up 3" This reverts commit f222f9d8d624d0339a894c3d0bab01253bf2db65. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index baefe4b87..282fc9f37 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'