treewide: Mass replace 'ncurses}/lib' to refer the 'lib' output

This commit is contained in:
Tuomas Tynkkynen
2016-01-24 09:30:01 +02:00
parent 04c5830432
commit 8eb5d7d037
5 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
\( -type f -a -name "*.so*" \) -o \
\( -type f -a -perm -0100 \) \
\) -exec patchelf --set-interpreter ${stdenv.cc.libc.out}/lib/ld-*so.? \
--set-rpath ${zlib}/lib:${ncurses}/lib {} \;
--set-rpath ${zlib}/lib:${ncurses.lib}/lib {} \;
# fix ineffective PROGDIR / MYNDKDIR determination
for i in ndk-build ndk-gdb ndk-gdb-py
do