Skip to content

Commit

Permalink
got 1 more trick up my sleeve after this
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBusuttil committed Dec 30, 2024
1 parent a15f8a1 commit 82ff6df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ g++ -o .tmp/re2.o .tmp/re2.c -lre2 &>/dev/null || {
echo "'re2' is not installed. Installing 're2'..."
[[ $OSTYPE = "linux-gnu" ]] && sudo apt-get install -y --no-install-recommends libre2-dev || {
brew install re2
ls /usr/include
ln -s /opt/homebrew/Cellar/re2/20240702_1/include /usr/include/re2
ls /usr/include
ls /usr/lib/include
ln -s /opt/homebrew/Cellar/re2/20240702_1/include /usr/lib/include/re2
ls /usr/lib/include
}
}
rm -rf .tmp
Expand Down

0 comments on commit 82ff6df

Please sign in to comment.