rust: Fixed build
This commit is contained in:
parent
6eed023894
commit
49dd0867a7
@ -64,7 +64,7 @@ stdenv.mkDerivation {
|
|||||||
preBuild = if stdenv.isLinux then ''
|
preBuild = if stdenv.isLinux then ''
|
||||||
make ${target}/stage0/bin/rustc
|
make ${target}/stage0/bin/rustc
|
||||||
patchelf --interpreter ${stdenv.glibc}/lib/${stdenv.gcc.dynamicLinker} \
|
patchelf --interpreter ${stdenv.glibc}/lib/${stdenv.gcc.dynamicLinker} \
|
||||||
--set-rpath ${stdenv.gcc.gcc}/lib/ \
|
--set-rpath ${stdenv.gcc.gcc}/lib/:${stdenv.gcc.gcc}/lib64/ \
|
||||||
${target}/stage0/bin/rustc
|
${target}/stage0/bin/rustc
|
||||||
'' else null;
|
'' else null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user