Unverified Commit d8b1a075 authored by Randy Eckenrode's avatar Randy Eckenrode
Browse files

moltenvk: build with the 15.0 SDK

Per the release notes for MoltenVK 1.2.10, it supports building with
Xcode 16, which has the 15.0 SDK.
parent cff89982
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  stdenv,
  fetchFromGitHub,
  gitUpdater,
  apple-sdk_14,
  apple-sdk_15,
  darwinMinVersionHook,
  cereal,
  libcxx,
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
  strictDeps = true;

  buildInputs = [
    apple-sdk_14
    apple-sdk_15
    cereal
    (darwinMinVersionHook "10.15")
    glslang