]> granicus.if.org Git - python/commit
MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 8 Oct 2006 17:49:52 +0000 (17:49 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 8 Oct 2006 17:49:52 +0000 (17:49 +0000)
commitd610369e8b63930b5a7b1bdafebd3c64af6b4b28
tree16c0ca066be7f95b0cae95a4691984696c263584
parent3778bf526c7c5f9e54979abdc67294689eeee56f
MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a
universal build of python on OSX 10.3 to ensure that those flags can be used
to compile code (the universal build uses compiler flags that aren't supported
on 10.3). This patches gives the same treatment to CFLAGS, PY_CFLAGS and
BLDSHARED.
Lib/distutils/sysconfig.py