stdenv, darwin: fix setupHook location

This commit is contained in:
Luka Blaskovic 2020-01-18 19:13:10 +00:00 committed by worldofpeace
parent 2d8d2c3fb8
commit c206bf12ab

View File

@ -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 {