Searched refs:runtime_library_dir_option (Results 1 – 2 of 2) sorted by relevance
8 def runtime_library_dir_option(self, dir): function9 return self.c_compiler.runtime_library_dir_option(dir)10 FCompiler.runtime_library_dir_option = \11 runtime_library_dir_option
10 meth = UnixCCompiler.runtime_library_dir_option.im_func12 meth = UnixCCompiler.runtime_library_dir_option13 FCompiler.runtime_library_dir_option = meth