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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user