Home
last modified time | relevance | path

Searched refs:compiler_fixup (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/
Dunixccompiler.py114 compiler_so = _osx_support.compiler_fixup(compiler_so,
202 linker = _osx_support.compiler_fixup(linker, ld_args)
/third_party/python/Lib/
D_osx_support.py358 def compiler_fixup(compiler_so, cc_args): function