Skip to content

Commit

Permalink
build: 📦 fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jan 24, 2024
1 parent a99d208 commit b478fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/macos/build_hyperscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
cd /tmp
git clone -b "${HYPERSCAN_GIT_REF}" ${HYPERSCAN_GIT_SOURCE}
brew install boost cmake git pkg-config [email protected] ragel wget gnu-tar
cd hyperscan
cd $(basename ${HYPERSCAN_GIT_SOURCE})

export PATH="$(brew --prefix gnu-tar)/bin:$PATH"
# build and install PCRE (static required for Chimera)
Expand Down

0 comments on commit b478fd2

Please sign in to comment.