Skip to content

Commit

Permalink
SL-20686 Disable brotli and harfbuzz dependencies to fix mac linking …
Browse files Browse the repository at this point in the history
…issues
  • Loading branch information
marchcat committed Dec 12, 2023
1 parent 0ce52fa commit 557becd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ pushd "$FREETYPELIB_SOURCE_DIR"
LDFLAGS="$plainopts -Wl,-headerpad_max_install_names -L$stage/packages/lib/release -Wl" \
./configure --with-pic \
--with-zlib --without-bzip2 \
--without-brotli --without-harfbuzz \
--prefix="$stage" --libdir="$stage"/lib/release/
make -j$(nproc)
make install
Expand Down

0 comments on commit 557becd

Please sign in to comment.