Skip to content
Merged
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: 1 addition & 1 deletion opencv
Submodule opencv updated 921 files
2 changes: 1 addition & 1 deletion opencv_contrib
Submodule opencv_contrib updated 112 files
2 changes: 1 addition & 1 deletion opencv_extra
Submodule opencv_extra updated 3581 files
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def main():
"-DBUILD_PERF_TESTS=OFF",
"-DBUILD_DOCS=OFF",
"-DPYTHON3_LIMITED_API=ON",
"-DBUILD_OPENEXR=ON",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this flag, because after merging opencv/opencv#21329 macOS builds are used openexr and zlib from the local environment, which could break the build in the end (error log).

]
+ (
# If it is not defined 'linker flags: /machine:X86' on Windows x64
Expand Down