• Greg Ward's avatar
    Got rid of direct dependence on the sysconfig module. Mainly, this · 73076ff7
    Greg Ward yazdı
    meant playing along with the new "dictionary of executables" scheme
    added to CCompiler by adding the 'executables' class attribute, and
    changing all the compile/link/etc. methods to use the new attributes
    (which encapsulate both the program to run and its standard arguments,
    so it was a *little* bit more than just changing some names).
    73076ff7
unixccompiler.py 12.4 KB