Skip to content

Commit

Permalink
Revert "A fix"
Browse files Browse the repository at this point in the history
This reverts commit 1b929b8.
  • Loading branch information
hebasto committed Sep 21, 2024
1 parent 1b929b8 commit aeff889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ case "$HOST" in
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
esac

# Make $HOST-specific native binaries from depends available in $PATH
export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
mkdir -p "$DISTSRC"
(
cd "$DISTSRC"
Expand Down

0 comments on commit aeff889

Please sign in to comment.