Skip to content

Commit

Permalink
woff2: fix for brotli update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheodore committed Sep 12, 2023
1 parent a0418c9 commit 5ce49eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/woff2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ $(PKG)_DEPS := cc brotli

define $(PKG)_BUILD
cd '$(BUILD_DIR)' && '$(TARGET)-cmake' \
-DBROTLIDEC_LIBRARIES:STRING="`$(TARGET)-pkg-config --libs libbrotlidec`" \
-DBROTLIENC_LIBRARIES:STRING="`$(TARGET)-pkg-config --libs libbrotlienc`" \
-DGEN_PKG_VERSION=ON \
'$(SOURCE_DIR)'

'$(TARGET)-cmake' --build '$(BUILD_DIR)' --config Release --target install
endef

0 comments on commit 5ce49eb

Please sign in to comment.