Home | History | Annotate | Download | only in command

Lines Matching refs:rpath

81         ('rpath=', 'R',
98 "add user include, library and rpath"),
121 self.rpath = None
175 if self.rpath is None:
176 self.rpath = []
177 elif type(self.rpath) is StringType:
178 self.rpath = string.split(self.rpath, os.pathsep)
276 self.rpath.append(user_lib)
334 if self.rpath is not None:
335 self.compiler.set_runtime_library_dirs(self.rpath)
397 ext.runtime_library_dirs = build_info.get('rpath')