Skip to content

Commit

Permalink
qt6-qttools: apply brotli fix to build rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheodore committed Sep 12, 2023
1 parent 7b29f69 commit 8c04b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/qt6/qt6-qttools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(PKG)_DEPS := cc $($(PKG)_DEPS_$(BUILD)) qt6-qtdeclarative $(BUILD)~$(PKG)
define $(PKG)_BUILD
$(QT6_QT_CMAKE) -S '$(SOURCE_DIR)' -B '$(BUILD_DIR)' \
-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON
$(if $(BUILD_STATIC),'$(SED)' -i "/^ *LINK_LIBRARIES = /{s/$$/ `'$(TARGET)-pkg-config' --libs libbrotlidec`/g}" '$(BUILD_DIR).test-cmake/build.ninja',)
$(if $(BUILD_STATIC),'$(SED)' -i "/^ *LINK_LIBRARIES = /{s/$$/ `'$(TARGET)-pkg-config' --libs libbrotlidec`/g}" '$(BUILD_DIR)/build.ninja',)
# not built for some reason. make dummy so install won't fail
touch '$(BUILD_DIR)/bin/qhelpgenerator.exe'
cmake --build '$(BUILD_DIR)' -j '$(JOBS)'
Expand Down

0 comments on commit 8c04b12

Please sign in to comment.