osl: fix build on darwin
This commit is contained in:
@@ -11757,7 +11757,10 @@ with pkgs;
|
||||
osl = libsForQt5.callPackage ../development/compilers/osl {
|
||||
boost = boost179;
|
||||
libclang = llvmPackages_15.libclang;
|
||||
clang = clang_15;
|
||||
clang =
|
||||
if stdenv.cc.libcxx != null
|
||||
then (overrideLibcxx llvmPackages_15.stdenv).cc
|
||||
else clang_15;
|
||||
llvm = llvm_15;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user