Home | History | Annotate | Download | only in distutils

Lines Matching full:plat_name

345         # target platform (.plat_name is consistent with 'bdist')
346 self.plat_name = None
350 def initialize(self, plat_name=None):
353 if plat_name is None:
354 plat_name = get_platform()
357 if plat_name not in ok_plats:
375 if plat_name == get_platform() or plat_name == 'win32':
377 plat_spec = PLAT_TO_VCVARS[plat_name]
381 PLAT_TO_VCVARS[plat_name]