Home
last modified time | relevance | path

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

/external/mesa3d/
Dcommon.py17 host_platform = _platform.system().lower() variable
18 if host_platform.startswith('cygwin'):
19 host_platform = 'cygwin' variable
26 target_platform = host_platform
56 if target_platform == 'windows' and host_platform != 'windows':
91 opts.Add(EnumOption('platform', 'target platform', host_platform,
102 if host_platform == 'windows':
DSConstruct108 host_env['platform'] = common.host_platform
/external/mesa3d/scons/
Dgallium.py162 host_platform = _platform.system().lower()
163 if host_platform.startswith('cygwin'):
164 host_platform = 'cygwin'
176 env['crosscompile'] = platform != host_platform