Searched refs:host_platform (Results 1 – 5 of 5) sorted by relevance
17 host_platform = _platform.system().lower() variable18 if host_platform.startswith('cygwin'):19 host_platform = 'cygwin' variable26 target_platform = host_platform56 if target_platform == 'windows' and host_platform != 'windows':94 opts.Add(EnumOption('platform', 'target platform', host_platform,114 if host_platform == 'windows':
110 host_env['platform'] = common.host_platform
30 host_platform = get_platform() variable77 if host_platform == 'darwin':87 if host_platform == 'darwin' and is_macosx_sdk_path(dir):96 if host_platform == 'darwin' and is_macosx_sdk_path(dir):110 if host_platform == 'darwin':119 if host_platform == 'darwin' and is_macosx_sdk_path(p):148 if host_platform == 'darwin' and is_macosx_sdk_path(p):206 if host_platform == 'darwin' and ("--disable-toolbox-glue" not in321 if host_platform == 'darwin' and (335 if host_platform == 'cygwin':[all …]
38 import platform as host_platform namespace189 if host_platform.system() == 'Windows':214 hosthost_platform = host_platform.system().lower()217 …on.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', host_platform.machine()))621 if host_platform.system() == 'Windows':633 if host_platform.system() == 'Windows':
18 function host_platform() { function48 PLATFORM=$(host_platform $host)