nav: build map renderer python lib by default (#26770)

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: f9599529720e1168eedcfe3594c2ec2501aaf9dd
This commit is contained in:
Adeeb Shihadeh
2022-12-12 12:56:33 -08:00
committed by GitHub
parent 1072246cf0
commit 0fd3e3d19d
+1 -2
View File
@@ -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'])