mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
scons: cleanup cpppath (#33370)
cleanup cpppath
old-commit-hash: 44c3156fa4
This commit is contained in:
@@ -199,7 +199,6 @@ env = Environment(
|
||||
"#third_party/linux/include",
|
||||
"#third_party/snpe/include",
|
||||
"#third_party",
|
||||
"#cereal",
|
||||
"#msgq",
|
||||
],
|
||||
|
||||
|
||||
2
third_party/SConscript
vendored
2
third_party/SConscript
vendored
@@ -1,6 +1,4 @@
|
||||
Import('env')
|
||||
|
||||
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'])
|
||||
|
||||
Reference in New Issue
Block a user