Skip to content

Commit

Permalink
try linking to -framework CoreFoundation
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 30, 2024
1 parent e592a2e commit 1993565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -ex

if [[ $target_platform == osx-* ]]; then
export CPU_COUNT=1
export LDFLAGS="$LDFLAGS -framework CoreFoundation"
else
export CC=$(which clang)
export CXX=$(which clang++)
Expand Down

0 comments on commit 1993565

Please sign in to comment.