• Tim D. Smith's avatar
    Don't explicitly link Python on OS X · b9b743bb
    Tim D. Smith authored
    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.
    b9b743bb
Name
Last commit
Last update
..
python2 Loading commit data...
python3 Loading commit data...
src2 Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...
common.cmake Loading commit data...