We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac013d commit e8d65b2Copy full SHA for e8d65b2
2 files changed
toolkit/scripts/get_config_deps.sh
toolkit/scripts/imggen.mk
@@ -5,7 +5,7 @@ $(call create_folder,$(IMAGEGEN_DIR))
5
6
# Resources
7
config_name = $(notdir $(CONFIG_FILE:%.json=%))
8
-config_other_files = $(if $(CONFIG_FILE),$(call shell_real_build_only, $(SCRIPTS_DIR)/get_config_deps.sh $(CONFIG_FILE)),)
+config_other_files = $(if $(CONFIG_FILE),$(call shell_real_build_only, find $(CONFIG_BASE_DIR)))
9
assets_dir = $(RESOURCES_DIR)/assets/
10
assets_files = $(call shell_real_build_only, find $(assets_dir))
11
imggen_local_repo = $(MANIFESTS_DIR)/image/local.repo
0 commit comments