Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes linking errors regarding fat libraries (containing both arm64 and x86_64 symbols) on macOS.
  • Loading branch information
CyanoKobalamyne committed Aug 1, 2024
1 parent cfc913a commit f068987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/setup-smt-switch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
DEPS=$DIR/../deps

SMT_SWITCH_VERSION=0bec54d44e378ddbfdc64654eba89b4184d0b52b
SMT_SWITCH_VERSION=ff051c824d8d4ae29977c552561e278b38e0e42f

usage () {
cat <<EOF
Expand Down

0 comments on commit f068987

Please sign in to comment.