mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-07 16:42:06 +08:00
nav: build map renderer python lib by default (#26770)
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: f959952972
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