Changeset 10 for python/trunk/Misc/python-config.in
- Timestamp:
- Sep 3, 2010, 5:33:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Misc/python-config.in
r2 r10 45 45 elif opt in ('--libs', '--ldflags'): 46 46 libs = getvar('LIBS').split() + getvar('SYSLIBS').split() 47 # YD ignore libs 48 libs = getvar('SYSLIBS').split() 47 49 libs.append('-lpython'+pyver) 48 50 # add the prefix/lib/pythonX.Y/config dir, but only if there is no
Note:
See TracChangeset
for help on using the changeset viewer.