fixup! build(core): add conditional inclusion of apps.thp python files into SConscript [no changelog]

pull/3862/merge^2
M1nd3r 4 months ago
parent 4773e1c901
commit b6b9fa79c4

@ -768,7 +768,7 @@ if FROZEN:
if THP:
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/thp/*.py'))
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/zcash/*.py'))
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/webauthn/*.py'))

Loading…
Cancel
Save