1. 20 Jul, 2010 1 commit
    • Ronald Oussoren's avatar
      Without this patch the value of sysconfig.get_config_var('LDSHARED') · d21886ce
      Ronald Oussoren authored
      is wrong when PY_LDFLAGS is not empty.
      
      The bug was caused by LDSHARED getting expanded *before* sysconfig
      renamed PY_LDSHARED (and simular values) to names without a PY_
      prefix.
      
      The patch tries to maintain the intended behaviour of allowing users
      to set LDFLAGS in the environment and have that affect the build.
      
      Without this patch a universal build on OSX cannot build universal
      (fat binary) extensions.
      d21886ce
  2. 19 Jul, 2010 11 commits
  3. 18 Jul, 2010 10 commits
  4. 17 Jul, 2010 5 commits
  5. 16 Jul, 2010 4 commits
  6. 15 Jul, 2010 1 commit
  7. 14 Jul, 2010 8 commits