diff --git a/build/jam/HelperRules b/build/jam/HelperRules index 908418a6a9..951628a027 100644 --- a/build/jam/HelperRules +++ b/build/jam/HelperRules @@ -319,3 +319,9 @@ rule InheritPlatform SUPPORTED_PLATFORMS on $(children) = $(SUPPORTED_PLATFORMS) ; } } + +rule SubDirAsFlags +{ + SUBDIRASFLAGS += $(<) ; +} +