Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions addons/ofxOpenCv/addon_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ common:
# ADDON_LIBS_EXCLUDE =

linux64:
# opencv4 by default; install_dependencies.sh rewrites to opencv5 or opencv if needed
ADDON_PKG_CONFIG_LIBRARIES = opencv4 harfbuzz
ADDON_LIBS_EXCLUDE = libs/opencv/%
ADDON_INCLUDES_EXCLUDE = libs/opencv
Expand Down Expand Up @@ -92,6 +93,7 @@ linuxaarch64:
ADDON_LDFLAGS = -lblas -llapack

msys2:
# opencv4 by default; install_dependencies.sh rewrites to opencv5 or opencv if needed
ADDON_PKG_CONFIG_LIBRARIES = opencv4
ADDON_LIBS_EXCLUDE = libs/opencv/%
ADDON_INCLUDES_EXCLUDE = libs/opencv
Expand Down
Loading
Loading