llvmPackages.libcxx: Fix FreeBSD build
ce789e7e35
wasn't quite right, because multiple outputs.
This commit is contained in:
parent
92d295f588
commit
ab097e08b7
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ stdenv.mkDerivation (rec {
|
|||
# libc++.so.1 and libc++abi.so or the external cxxabi. ld-wrapper doesn't
|
||||
# support linker scripts so the external cxxabi needs to be symlinked in
|
||||
postInstall = lib.optionalString (cxxabi != null) ''
|
||||
lndir ${lib.getDev cxxabi}/include $out/include/c++/v1
|
||||
lndir ${lib.getDev cxxabi}/include $dev/include/c++/v1
|
||||
lndir ${lib.getLib cxxabi}/lib $out/lib
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue