Hack to fix libc++abi build

This commit is contained in:
Eelco Dolstra 2014-11-05 00:21:42 +01:00
parent e575d739da
commit 0a6bae16cf

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation {
# Hack: NIX_CFLAGS_COMPILE doesn't work here because clang++ isn't
# wrapped at this point.
export CXX="clang++ -D_LIBCXX_DYNAMIC_FALLBACK=1"
unset SDKROOT
'';
installPhase = if stdenv.isDarwin