Skip to content

Commit

Permalink
try setting BREW env var
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jul 10, 2023
1 parent 0a91044 commit 6a538f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions r/configure
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ do_autobrew () {
cp tools/autobrew .
fi
fi

# Set BREW environment variable for cpp/cmake
export BREW=`pwd`/autobrew

if ! . autobrew; then
echo "Failed to retrieve binary for ${PKG_BREW_NAME}"
fi
Expand Down

0 comments on commit 6a538f4

Please sign in to comment.