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

M1nd3r/thp-credential-manager
M1nd3r 3 weeks 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