Re: Pyrex setting MACOSX_DEPLOYMENT_TARGET
Adam Mercer <[email protected]> Wed, 28 Jan 2009 22:22:17 -0600
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 22, 2009 at 21:26, Adam Mercer <[email protected]> wrote: > The reason I'm asking is that I maintain the Pyrex MacPort and a > ticket has been filed that seems to be related to this. Would I break > anything if I simply removed the > > os.environ["MACOSX_DEPLOYMENT_TARGET'] = "10.3" > > line from the the above method, as MacPorts sets this environment > variable itselfs. Would removing this break anything? Cheers Adam