2
0
Fork 0

Append genodeBase to rpath

Add an rpath for finding the dummy ld.lib.so.
This commit is contained in:
Ehmry - 2020-10-28 16:00:49 +01:00
parent df806832d6
commit 9124a0e569
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ let
echo "-I${genodeBase}/include" >> $out/nix-support/cc-cflags
echo "--sysroot=${genodeBase}" >> $out/nix-support/cc-cflags
echo "-L ${genodeBase}" >> $out/nix-support/cc-cflags
echo "-rpath ${genodeBase}" >> $out/nix-support/cc-cflags
'';
};