diff --git a/selfdrive/ui/SConscript b/selfdrive/ui/SConscript index b004c4ac8..9c529d633 100644 --- a/selfdrive/ui/SConscript +++ b/selfdrive/ui/SConscript @@ -65,8 +65,8 @@ if GetOption("nosr"): qt_env.Append(CXXFLAGS=['-DNO_SR']) base_libs.remove('OmxCore') qt_libs.remove('OmxCore') - qt_src.remove("../frogpilot/screenrecorder/screenrecorder.cc") - qt_src.remove("../frogpilot/screenrecorder/omx_encoder.cc") + qt_src.remove("../../frogpilot/ui/screenrecorder/screenrecorder.cc") + qt_src.remove("../../frogpilot/ui/screenrecorder/omx_encoder.cc") print("Removing Screen Recorder") # build translation files