Skip to content

Commit

Permalink
Add some default cflags, closes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 7, 2025
1 parent da52483 commit 83fc6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PKG_CSW_NAME="libharfbuzz_dev libfribidi_dev"
PKG_BREW_NAME="harfbuzz fribidi"
PKG_TEST_HEADER="#include <hb-ft.h>"
PKG_LIBS="-lfreetype -lharfbuzz -lfribidi -lpng"
PKG_CFLAGS="-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/include/fribidi"

# Support static linking for binary packages on MacOS
if [ `uname` = "Darwin" ]; then
Expand Down

0 comments on commit 83fc6e8

Please sign in to comment.