commit | d610369e8b63930b5a7b1bdafebd3c64af6b4b28 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Oct 08 17:49:52 2006 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Oct 08 17:49:52 2006 +0000 |
tree | 16c0ca066be7f95b0cae95a4691984696c263584 | |
parent | 3778bf526c7c5f9e54979abdc67294689eeee56f [diff] |
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.