OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_env
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/
SConstruct
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']
[
all
...]
/external/mesa3d/
SConstruct
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']
[
all
...]
Completed in 138 milliseconds