f5fe051c71
vcunat's review: - let's not switch the default versions of llvm* for now - the only changes I see is adding python to clang's buildInputs and using the big so-file as discussed in #12759 (BUILD_SHARED_LIBS -> LLVM_LINK_LLVM_DYLIB) - in future it will be nice to split libLLVM into a separate output
3 lines
159 B
Bash
3 lines
159 B
Bash
linkCxxAbi="@linkCxxAbi@"
|
|
export NIX_CXXSTDLIB_COMPILE+=" -isystem @out@/include/c++/v1"
|
|
export NIX_CXXSTDLIB_LINK=" -stdlib=libc++${linkCxxAbi:+" -lc++abi"}"
|