Skip to content

Commit

Permalink
ci: use the current xcode version for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed Jul 12, 2024
1 parent adb5fbd commit 6d69187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/variants/defaults-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FFBUILD_TARGET_FLAGS="--disable-shared --enable-static --pkg-config-flags=\"--st
FF_HOST_CFLAGS="-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I"$FFBUILD_PREFIX"/include"
FF_HOST_LDFLAGS=""

# This is no longer needed for latest xcode.
# As of Xcode 15.4, this workaround is no longer needed.
# If you enconters duplicated symbol linker error try uncomment the following
# if [ $XCODE_MAJOR_VER -ge 15 ]; then
# FF_HOST_LDFLAGS+="-Wl,-ld_classic "
Expand Down

0 comments on commit 6d69187

Please sign in to comment.