mirror of https://github.com/commaai/openpilot.git
scons: cleanup cpppath (#33370)
cleanup cpppath
old-commit-hash: 44c3156fa4
This commit is contained in:
parent
9abd041b53
commit
a0c4bab7a1
|
@ -199,7 +199,6 @@ env = Environment(
|
||||||
"#third_party/linux/include",
|
"#third_party/linux/include",
|
||||||
"#third_party/snpe/include",
|
"#third_party/snpe/include",
|
||||||
"#third_party",
|
"#third_party",
|
||||||
"#cereal",
|
|
||||||
"#msgq",
|
"#msgq",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
Import('env')
|
Import('env')
|
||||||
|
|
||||||
env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call'])
|
env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call'])
|
||||||
env.Append(CPPPATH=[Dir('json11')])
|
|
||||||
|
|
||||||
env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE'])
|
env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE'])
|
||||||
|
|
Loading…
Reference in New Issue