From 49c9ccf53d2565b1fa7a732538e7a642f590fed3 Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 31 Aug 2023 07:31:17 +0000 Subject: [PATCH] fix --- circuits/cpp/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circuits/cpp/bootstrap.sh b/circuits/cpp/bootstrap.sh index 74347c5412b..0462e0085f6 100755 --- a/circuits/cpp/bootstrap.sh +++ b/circuits/cpp/bootstrap.sh @@ -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