Skip to content

Commit

Permalink
fix: build (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan authored Aug 31, 2023
1 parent 9ad768f commit 8223be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuits/cpp/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ if [ "$OS" == "macos" ]; then
PRESET=default
fi
else
if [ "$(which clang++-15)" != "" ]; then
PRESET=clang15
if [ "$(which clang++-16)" != "" ]; then
PRESET=clang16
else
PRESET=default
fi
Expand Down

0 comments on commit 8223be1

Please sign in to comment.