Skip to content

Commit

Permalink
do not tricker emscripten build
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Dec 16, 2024
1 parent 2a79c14 commit e3b5c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emci/find_recipes_with_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ def find_recipes_with_changes(old, new):
recipes_with_changes = {k: set() for k in RECIPES_SUBDIR_MAPPING.keys()}
# print("recipes_with_changes", recipes_with_changes)
for subdir in RECIPES_SUBDIR_MAPPING.keys():
if subdir == "recipes":
continue
for file_with_change in files_with_changes:
if file_with_change.startswith(f"recipes/{subdir}/"):
# print(file_with_change)
Expand Down

0 comments on commit e3b5c92

Please sign in to comment.