From b6b9fa79c4b72d473f68accb83db2190bafa9725 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Wed, 5 Jun 2024 16:56:30 +0200 Subject: [PATCH] fixup! build(core): add conditional inclusion of apps.thp python files into SConscript [no changelog] --- core/SConscript.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/SConscript.unix b/core/SConscript.unix index 351fbad0a..96fd4a60f 100644 --- a/core/SConscript.unix +++ b/core/SConscript.unix @@ -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'))