ui/SConscript: fix duplicated environment

This commit is contained in:
Jason Wen
2023-06-11 08:07:12 -04:00
parent a9fd1b36c1
commit cb097260c0
+1 -1
View File
@@ -73,7 +73,7 @@ if screenrecorder:
qt_env.Program("_ui", qt_src + [asset_obj], LIBS=qt_libs)
if GetOption('test'):
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)
#qt_env.Program('tests/test_translations', [asset_obj, 'tests/test_runner.cc', 'tests/test_translations.cc'] + qt_src, LIBS=qt_libs)
# build translation files