mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 05:45:05 +01:00
guix: Drop no longer needed PATH
modification
This commit is contained in:
parent
d812cf1189
commit
f1daa80521
@ -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…
Reference in New Issue
Block a user