Skip to content

Commit 2e0e44a

Browse files
committed
merge bitcoin#30989: Drop no longer needed PATH modification
1 parent 2d2f220 commit 2e0e44a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/guix/libexec/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ case "$HOST" in
238238
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
239239
esac
240240

241-
# Make $HOST-specific native binaries from depends available in $PATH
242-
export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
243241
mkdir -p "$DISTSRC"
244242
(
245243
cd "$DISTSRC"

0 commit comments

Comments
 (0)