From 7b9220e3dd8b4f60c87d9e91b58c1074330d6b27 Mon Sep 17 00:00:00 2001 From: Lee Jong Mun <43285072+crwusiz@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:19:40 +0900 Subject: [PATCH] remove duplicate condition (#34425) --- selfdrive/ui/SConscript | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/SConscript b/selfdrive/ui/SConscript index c851d7a969..1695e60cd5 100644 --- a/selfdrive/ui/SConscript +++ b/selfdrive/ui/SConscript @@ -67,7 +67,6 @@ if GetOption('extras'): qt_src.remove("main.cc") # replaced by test_runner qt_env.Program('tests/test_translations', [asset_obj, 'tests/test_runner.cc', 'tests/test_translations.cc'] + qt_src, LIBS=qt_libs) -if GetOption('extras'): qt_env.SharedLibrary("qt/python_helpers", ["qt/qt_window.cc"], LIBS=qt_libs) # spinner and text window