Ignore:
Timestamp:
Sep 3, 2010, 5:33:06 PM (15 years ago)
Author:
Yuri Dario
Message:

python: merged offline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/Misc/python-config.in

    r2 r10  
    4545elif opt in ('--libs', '--ldflags'):
    4646    libs = getvar('LIBS').split() + getvar('SYSLIBS').split()
     47    # YD ignore libs
     48    libs = getvar('SYSLIBS').split()
    4749    libs.append('-lpython'+pyver)
    4850    # add the prefix/lib/pythonX.Y/config dir, but only if there is no
Note: See TracChangeset for help on using the changeset viewer.