From c47f27e1c6da7aab9f64f6c68ff926e1615c97dd Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Tue, 9 Jun 2020 14:09:22 +0000 Subject: [PATCH] 8236469: macOS devkit needs 64-bit SetFile for Catalina Reviewed-by: ihse --- make/conf/jib-profiles.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 4a586cb4842..7c883763564 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -426,7 +426,10 @@ var getJibProfilesProfiles = function (input, common, data) { target_cpu: "x64", dependencies: ["devkit", "gtest", "pandoc", "graalunit_lib"], configure_args: concat(common.configure_args_64bit, "--with-zlib=system", - "--with-macosx-version-max=10.9.0"), + "--with-macosx-version-max=10.9.0", + // Use system SetFile instead of the one in the devkit as the + // devkit one may not work on Catalina. + "SETFILE=/usr/bin/SetFile"), }, "windows-x64": {