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 859099d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-11, r: 'release'}
- {os: macos-13, r: 'release'}
- {os: macos-14, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: '4.2'}
- {os: windows-latest, r: '4.1'}
Expand Down
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 859099d

Please sign in to comment.