Hack to fix libc++abi build
This commit is contained in:
parent
e575d739da
commit
0a6bae16cf
@ -21,6 +21,7 @@ stdenv.mkDerivation {
|
|||||||
# Hack: NIX_CFLAGS_COMPILE doesn't work here because clang++ isn't
|
# Hack: NIX_CFLAGS_COMPILE doesn't work here because clang++ isn't
|
||||||
# wrapped at this point.
|
# wrapped at this point.
|
||||||
export CXX="clang++ -D_LIBCXX_DYNAMIC_FALLBACK=1"
|
export CXX="clang++ -D_LIBCXX_DYNAMIC_FALLBACK=1"
|
||||||
|
unset SDKROOT
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = if stdenv.isDarwin
|
installPhase = if stdenv.isDarwin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user