• 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
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...