···1717 python3,
1818 which,
1919 # darwin support
2020- apple-sdk_13,
2020+ apple-sdk_14,
2121 xcbuild,
22222323 dbus,
···8888 throw "Please add a qtPlatformCross entry for ${plat.config}";
89899090 # Per https://doc.qt.io/qt-5/macos.html#supported-versions: build SDK = 13.x or 14.x.
9191- # Despite advertising support for the macOS 14 SDK, the build system sets the maximum to 13 and complains
9292- # about 14, so we just use that.
9393- deploymentTarget = "10.13";
9191+ # SDK 13.x causes weird linking errors on x86_64-darwin, so use 14.x
9492 darwinVersionInputs = [
9595- apple-sdk_13
9393+ apple-sdk_14
9694 ];
9795in
9896