stdenv, darwin: fix setupHook location
This commit is contained in:
parent
2d8d2c3fb8
commit
c206bf12ab
@ -165,7 +165,7 @@ in rec {
|
|||||||
ln -s ${bootstrapTools}/include/c++ $out/include/c++
|
ln -s ${bootstrapTools}/include/c++ $out/include/c++
|
||||||
'';
|
'';
|
||||||
linkCxxAbi = false;
|
linkCxxAbi = false;
|
||||||
setupHook = ../../development/compilers/llvm/3.9/libc++/setup-hook.sh;
|
setupHook = ../../development/compilers/llvm/7/libc++/setup-hook.sh;
|
||||||
};
|
};
|
||||||
|
|
||||||
libcxxabi = stdenv.mkDerivation {
|
libcxxabi = stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user