Tim D. Smith b9b743bbe3 Don't explicitly link Python on OS X
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.
2015-03-23 23:36:46 -07:00
..
2015-02-26 19:43:32 +03:00
2015-03-02 18:13:00 +03:00
2015-03-14 18:32:46 -04:00
2015-03-02 18:13:00 +03:00
2015-03-02 18:13:00 +03:00
2015-03-02 18:13:00 +03:00
2015-03-02 18:13:00 +03:00
2015-03-02 18:13:00 +03:00
2014-08-05 20:12:35 +04:00