Home | History | Annotate | Download | only in mesa3d

Lines Matching refs:host_env

99     host_env = Environment(
108 host_env['platform'] = common.host_platform
109 host_env['machine'] = common.host_machine
110 host_env['toolchain'] = 'default'
111 host_env['llvm'] = False
113 host_env.Tool('gallium')
115 host_env['hostonly'] = True
116 assert host_env['crosscompile'] == False
118 if host_env['msvc']:
119 host_env.Append(CPPPATH = ['#include/c99'])
122 env = host_env
127 variant_dir = host_env['build_dir'],