Searched refs:plat_spec (Results 1 – 4 of 4) sorted by relevance
30 plat_spec = '.%s-%d.%d' % (cmd.plat_name, *sys.version_info[:2])33 plat_spec += '-pydebug'34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
23 def _find_vcvarsall(plat_spec): argument
95 def _find_vcvarsall(plat_spec): argument113 def _get_vc_env(plat_spec): argument120 vcvarsall, _ = _find_vcvarsall(plat_spec)126 'cmd /u /c "{}" {} && set'.format(vcvarsall, plat_spec),218 plat_spec = PLAT_TO_VCVARS[plat_name]220 vc_env = _get_vc_env(plat_spec)
365 plat_spec = PLAT_TO_VCVARS[plat_name]368 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \371 vc_env = query_vcvarsall(VERSION, plat_spec)