Commit cb004b01 authored by Emily's avatar Emily
Browse files

qt5: remove obsolete Darwin SDK comment

This partially reverts commit 6b77ed4b.
parent 9e75b256
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
  ];