Searched refs:shlib_suffix (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/distutils/
H A Dsysconfig.py176 (cc, cxx, opt, cflags, ccshared, ldshared, shlib_suffix, ar, ar_flags) = \
223 compiler.shared_lib_extension = shlib_suffix
/external/python/cpython3/
H A Dsetup.py2198 shlib_suffix = sysconfig.get_config_var("SHLIB_SUFFIX") variable in class:PyBuildInstallLib
2213 if filename.endswith(self.shlib_suffix): mode = sharedLibMode

Completed in 1207 milliseconds