Skip to content

Commit 172a801

Browse files
committed
chore: Revert supporting application applets
1 parent bf2d7f5 commit 172a801

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

applications/SConscript

-6
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,5 @@ if not app_name:
2929

3030
if app_ext_dir:
3131
SConscript(app_ext_dir + "/SConscript")
32-
33-
3432
else:
3533
SConscript(app_name + "/SConscript")
36-
for d in next(os.walk(app_name + "/applets/"))[1]:
37-
f = os.path.join(app_name, 'applets', d, "SConscript")
38-
if os.path.isfile(f):
39-
SConscript(f)

0 commit comments

Comments
 (0)