Searched refs:archbase (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 831 def build_openssl_arch(archbase, arch): argument 851 "--install_prefix=%s"%shellQuote(archbase), 875 archbase = os.path.join(universalbase, arch, "root") 876 os.mkdir(archbase) 881 archbasefw = os.path.join(archbase, *FW_VERSION_PREFIX) 885 build_openssl_arch(archbase, arch)
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 857 def build_openssl_arch(archbase, arch): argument 877 "--install_prefix=%s"%shellQuote(archbase), 901 archbase = os.path.join(universalbase, arch, "root") 902 os.mkdir(archbase) 907 archbasefw = os.path.join(archbase, *FW_VERSION_PREFIX) 911 build_openssl_arch(archbase, arch)
|