Skip to content

Utilities/Release: Update macOS Qt 5.9 build for platform versioning

Brad King requested to merge brad.king/cmake:rel-macos-apple-silicon into master

Backport the upstream Qt patch to link Qt binaries using the -isysroot flag instead of -Wl,-syslibroot. This is needed so that the binaries have a SDK version set, which is needed for runtime validation on modern macOS versions.

Follow up to !5595 (merged).

Backport: release

Merge request reports