Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/
Dutil.py18 def get_host_platform(): function
105 return TARGET_TO_PLAT.get(os.environ.get('VSCMD_ARG_TGT_ARCH')) or get_host_platform()
107 return get_host_platform()