nixpkgs/pkgs/development/compilers/gcc/libstdc++-hook.sh
2017-09-05 21:37:06 +02:00

3 lines
189 B
Bash

export NIX_CXXSTDLIB_COMPILE+="-isystem $(echo -n @gcc@/include/c++/*) -isystem $(echo -n @gcc@/include/c++/*)/$(@gcc@/bin/gcc -dumpmachine)"
export NIX_CXXSTDLIB_LINK=" -stdlib=libstdc++"