rename occurrences of cc.gcc to cc.cc
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
for i in adb fastboot
|
||||
do
|
||||
patchelf --set-interpreter ${stdenv_32bit.cc.libc}/lib/ld-linux.so.2 $i
|
||||
patchelf --set-rpath ${stdenv_32bit.cc.gcc}/lib $i
|
||||
patchelf --set-rpath ${stdenv_32bit.cc.cc}/lib $i
|
||||
done
|
||||
''}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user