Merge branch commaai/openpilot:master into branch sunnypilot/sunnypilot:master-new

This commit is contained in:
discountchubbs
2025-05-25 09:09:02 -07:00
committed by Jason Wen
207 changed files with 4167 additions and 1948 deletions
+1 -11
View File
@@ -55,11 +55,6 @@ AddOption('--external-sconscript',
dest='external_sconscript',
help='add an external SConscript to the build')
AddOption('--pc-thneed',
action='store_true',
dest='pc_thneed',
help='use thneed on pc')
AddOption('--mutation',
action='store_true',
help='generate mutation-ready code')
@@ -309,12 +304,7 @@ else:
elif arch != "Darwin":
qt_libs += ["GL"]
qt_env['QT3DIR'] = qt_env['QTDIR']
# compatibility for older SCons versions
try:
qt_env.Tool('qt3')
except SCons.Errors.UserError:
qt_env.Tool('qt')
qt_env.Tool('qt3')
qt_env['CPPPATH'] += qt_dirs + ["#third_party/qrcode"]
qt_flags = [