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.
This commit is contained in:
Randy Eckenrode
2024-10-11 09:37:27 -04:00
parent cff8998266
commit d8b1a075a9
+2 -2
View File
@@ -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