mirror of https://github.com/opencv/opencv.git
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.pull/3866/head
parent
e64188021a
commit
b9b743bbe3
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue