File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ export GUIX_LD_WRAPPER_DISABLE_RPATH=yes
171
171
[ -e /bin/bash ] || ln -s --no-dereference " $( command -v bash) " /bin/bash
172
172
[ -e /bin/sh ] || ln -s --no-dereference " $( command -v sh) " /bin/sh
173
173
[ -e /lib64/ld-linux-x86-64.so.2 ] || ln -s --no-dereference " ${NATIVE_GCC} /lib/ld-linux-x86-64.so.2" /lib64/ld-linux-x86-64.so.2
174
+ [ -e /rust ] || ln -s --no-dereference " ${RUST_SRC} " /rust
174
175
175
176
# Determine the correct value for -Wl,--dynamic-linker for the current $HOST
176
177
case " $HOST " in
@@ -312,7 +313,7 @@ mkdir -p "$DISTSRC"
312
313
-DCMAKE_SKIP_RPATH=ON \
313
314
-DMANUAL_SUBMODULES=1 \
314
315
-DGUIX=1 \
315
- -DRUST_SRC=${RUST_SRC}
316
+ -DRUST_SRC=/rust
316
317
317
318
make -C build --jobs=" $JOBS "
318
319
You can’t perform that action at this time.
0 commit comments