Home
last modified time | relevance | path

Searched refs:set_runtime_library_dirs (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py158 compiler.set_runtime_library_dirs(self.rpath)
/external/python/cpython2/Lib/distutils/
Dccompiler.py293 def set_runtime_library_dirs(self, dirs): member in CCompiler
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py335 self.compiler.set_runtime_library_dirs(self.rpath)
/external/python/cpython2/Doc/distutils/
Dapiref.rst444 .. method:: CCompiler.set_runtime_library_dirs(dirs)