mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
guix: Drop no longer needed PATH
modification
This commit is contained in:
parent
d812cf1189
commit
f1daa80521
1 changed files with 0 additions and 2 deletions
|
@ -230,8 +230,6 @@ case "$HOST" in
|
||||||
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
|
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Make $HOST-specific native binaries from depends available in $PATH
|
|
||||||
export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
|
|
||||||
mkdir -p "$DISTSRC"
|
mkdir -p "$DISTSRC"
|
||||||
(
|
(
|
||||||
cd "$DISTSRC"
|
cd "$DISTSRC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue