]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Just passing -undefined dynamic_lookup isn't enough: we also need to set
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 28 Dec 2004 21:30:35 +0000 (21:30 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 28 Dec 2004 21:30:35 +0000 (21:30 +0000)
commit935ca1018e81b45d220b1ec70a3349177af9d8c1
tree15cba57c03ef0b206bbacf3858d3aae938a054c5
parent3b585b30c04489f869098e5769105c7319d211c1
Just passing -undefined dynamic_lookup isn't enough: we also need to set
the MACOSX_DEPLOYMENT_TARGET environment variable to 10.3 when calling the
loader. And we do this with "env" because distutils apparently doesn't
understand environment variable assignments before command names.
Mac/OSX/fixapplepython23.py