]> granicus.if.org Git - python/commit
[Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Nov 2002 19:53:24 +0000 (19:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Nov 2002 19:53:24 +0000 (19:53 +0000)
commit29c8623e5cdec2855ddbdec2c9c6305a8daa8fbd
tree91ebae58d5de48a26d6e03c158b67627e7bddb4e
parentfb0ea525d528153838586bf8ece15a45bbf5ddf3
[Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber

customize_compiler() now looks at various environment variables and uses
   their values to override the configured C compiler/preprocessor/linker
   binary and flags.
Lib/distutils/sysconfig.py