Merge pull request #54624 from matthewbauer/libcxx

cc-wrapper: add libcxx for libcxxClang
This commit is contained in:
Matthew Bauer
2019-01-27 13:55:18 -05:00
committed by GitHub
4 changed files with 12 additions and 5 deletions
@@ -59,6 +59,7 @@ let
libcxxClang = wrapCCWith rec {
cc = tools.clang-unwrapped;
libcxx = targetLlvmLibraries.libcxx;
extraPackages = [
targetLlvmLibraries.libcxx
targetLlvmLibraries.libcxxabi