1e6dfdf29c
Now libc++ is just another build input propagated from clang-wrapper.
3 lines
136 B
Bash
3 lines
136 B
Bash
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -isystem @out@/include/c++/v1 -stdlib=libc++"
|
|
NIX_CFLAGS_LINK="$NIX_CFLAGS_LINK -stdlib=libc++"
|