mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-22 06:22:06 +08:00
nav: build map renderer python lib by default (#26770)
Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -18,5 +18,4 @@ if arch in ['larch64', 'x86_64']:
|
||||
nav_src = ["main.cc", "map_renderer.cc"]
|
||||
qt_env.Program("map_renderer", nav_src, LIBS=qt_libs + ['common', 'json11'])
|
||||
|
||||
if GetOption('extras'):
|
||||
qt_env.SharedLibrary("map_renderer", ["map_renderer.cc"], LIBS=qt_libs + ['common', 'messaging'])
|
||||
qt_env.SharedLibrary("map_renderer", ["map_renderer.cc"], LIBS=qt_libs + ['common', 'messaging'])
|
||||
|
||||
Reference in New Issue
Block a user