scons: Add PROTOC from the environment
This patch adds PROTOC to the build environment.
This commit is contained in:
parent
969b436243
commit
ffc838cd00
1 changed files with 2 additions and 2 deletions
|
@ -193,8 +193,8 @@ termcap = get_termcap(GetOption('use_colors'))
|
|||
|
||||
# export TERM so that clang reports errors in color
|
||||
use_vars = set([ 'AS', 'AR', 'CC', 'CXX', 'HOME', 'LD_LIBRARY_PATH',
|
||||
'LIBRARY_PATH', 'PATH', 'PKG_CONFIG_PATH', 'PYTHONPATH',
|
||||
'RANLIB', 'SWIG', 'TERM' ])
|
||||
'LIBRARY_PATH', 'PATH', 'PKG_CONFIG_PATH', 'PROTOC',
|
||||
'PYTHONPATH', 'RANLIB', 'SWIG', 'TERM' ])
|
||||
|
||||
use_prefixes = [
|
||||
"M5", # M5 configuration (e.g., path to kernels)
|
||||
|
|
Loading…
Reference in a new issue