Skip to content

Commit

Permalink
fix: homebrew deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jan 19, 2025
1 parent ab9b4e8 commit 319c841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .CI/SetupHomebrewDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ do
arch -x86_64 "$x86_64_homebrew_dir/bin/brew" install $(arch -x86_64 "$x86_64_homebrew_dir/bin/brew" --cache --bottle-tag=x86_64_ventura "$dep")
done

# echo "Relinking boost libraries"
# c2-make-universal-dylib lib/libboost_random-mt.dylib
echo "Relinking boost libraries"
c2-make-universal-dylib lib/libboost_random-mt.dylib

echo "Relinking OpenSSL 3 libcrypto"
c2-make-universal-dylib lib/libcrypto.dylib
Expand Down

0 comments on commit 319c841

Please sign in to comment.