We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55de09a commit ac0a851Copy full SHA for ac0a851
1 file changed
config.sh
@@ -93,6 +93,9 @@ function pre_build {
93
94
ORIGINAL_CFLAGS=$CFLAGS
95
CFLAGS="$CFLAGS -O3 -DNDEBUG"
96
+ if [[ -n "$IS_MACOS" ]]; then
97
+ CFLAGS="$CFLAGS -Wl,-headerpad_max_install_names"
98
+ fi
99
build_libwebp
100
CFLAGS=$ORIGINAL_CFLAGS
101
0 commit comments