darwin.dyld: work around lack of LLVM 21 support in Meson
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
cmake,
|
||||
llvmPackages,
|
||||
openssl,
|
||||
pkgsBuildHost,
|
||||
pkg-config,
|
||||
stdenvNoCC,
|
||||
fetchurl,
|
||||
@@ -162,6 +163,7 @@ mkAppleDerivation {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake # CMake is required for Meson to find LLVM as a dependency.
|
||||
(lib.getDev pkgsBuildHost.llvm) # Workaround Meson limitations with LLVM 21.
|
||||
pkg-config
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user