diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules index c9f94f979f..795b32c716 100644 --- a/Makefile.moddir_rules +++ b/Makefile.moddir_rules @@ -114,7 +114,7 @@ ifneq ($(findstring :,$(XMLSTARLET)$(BASH)),:) EXTERNAL_MODS=$$($(XMLSTARLET) sel -t -m "/category/member[support_level = 'external']" -v "@name" -n .moduleinfo) ;\ for x in $${EXTERNAL_MODS} ; do \ if [ -z "$${DISABLED_MODS[$${x}]}" ] ; then \ - $(ASTTOPDIR)/build_tools/download_externals $${x} ;\ + PJPROJECT_BUNDLED=${PJPROJECT_BUNDLED} $(ASTTOPDIR)/build_tools/download_externals $${x} ;\ fi ;\ done ;\ fi