intel-compute-runtime: add libstdc++ to RPATH

This commit is contained in:
Daniël de Kok 2020-08-11 13:29:02 +02:00
parent e828343d7c
commit b5a6cfe4e2

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
''; '';
postFixup = '' postFixup = ''
patchelf --set-rpath ${stdenv.lib.makeLibraryPath [ intel-gmmlib intel-graphics-compiler libva ]} \ patchelf --set-rpath ${stdenv.lib.makeLibraryPath [ intel-gmmlib intel-graphics-compiler libva stdenv.cc.cc.lib ]} \
$out/lib/intel-opencl/libigdrcl.so $out/lib/intel-opencl/libigdrcl.so
''; '';