mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
d057828ee3
Explicitly linking to a Python framework on OS X prevents modules from being built against one python (i.e. system python) and imported from another (i.e. Homebrew python); the interpreter segfaults if there's a linkage to a foreign python. Building the module with `-undefined dynamic_lookup` instead of an explicit link allows the symbols to be resolved at load time from a compatible python. |
||
---|---|---|
.. | ||
src2 | ||
test | ||
CMakeLists.txt |