qt5: remove obsolete Darwin SDK comment

This partially reverts commit 6b77ed4b18.
This commit is contained in:
Emily
2025-04-23 16:19:00 +01:00
parent 9e75b25653
commit cb004b0125
@@ -88,7 +88,6 @@ let
throw "Please add a qtPlatformCross entry for ${plat.config}";
# Per https://doc.qt.io/qt-5/macos.html#supported-versions: build SDK = 13.x or 14.x.
# SDK 13.x causes weird linking errors on x86_64-darwin, so use 14.x
darwinVersionInputs = [
apple-sdk_14
];