mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-20 00:32:11 +08:00
openpilot v0.7.5 release
This commit is contained in:
@@ -4,9 +4,6 @@ def static_library(lib_dir, header_dir):
|
||||
env.Append(LIBPATH=[Dir(lib_dir)])
|
||||
env.Append(CPPPATH=[Dir(header_dir)])
|
||||
|
||||
env.Library('json', ['json/src/json.c'])
|
||||
env.Append(CPPPATH=[Dir('json/src')])
|
||||
|
||||
env.Library('json11', ['json11/json11.cpp'])
|
||||
env.Append(CPPPATH=[Dir('json11')])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user