8236469: macOS devkit needs 64-bit SetFile for Catalina
Reviewed-by: ihse
This commit is contained in:
parent
022d7a19d3
commit
c47f27e1c6
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user