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. |
||
|---|---|---|
| .. | ||
| python2 | ||
| python3 | ||
| src2 | ||
| test | ||
| CMakeLists.txt | ||
| common.cmake | ||