Skip to content

Commit f1daa80

Browse files
committed
guix: Drop no longer needed PATH modification
1 parent d812cf1 commit f1daa80

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
@@ -230,8 +230,6 @@ case "$HOST" in
230230
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
231231
esac
232232

233-
# Make $HOST-specific native binaries from depends available in $PATH
234-
export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
235233
mkdir -p "$DISTSRC"
236234
(
237235
cd "$DISTSRC"

0 commit comments

Comments
 (0)