Skip to content

Commit

Permalink
Merge pull request #9 from yaynstuff/master
Browse files Browse the repository at this point in the history
Linux: disable brotli + harfbuzz to prevent extra (and unneeded) depe…
  • Loading branch information
bennettgoble committed Apr 1, 2024
2 parents d315c1b + 47c0948 commit 505e1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pushd "$FREETYPELIB_SOURCE_DIR"
CXXFLAGS="$opts" \
CPPFLAGS="-I$stage/packages/include/zlib-ng" \
LDFLAGS="$plainopts -L$stage/packages/lib/release -Wl,--exclude-libs,libz" \
./configure --with-pic --without-bzip2 \
./configure --with-pic --without-bzip2 --without-brotli --without-harfbuzz \
--prefix="$stage" --libdir="$stage"/lib/release/
make -j$(nproc)
make install
Expand Down

0 comments on commit 505e1aa

Please sign in to comment.