projectGenerator
projectGenerator copied to clipboard
common: and platform: sections ignored in Addon_config.mk
OF release 0.9.8
If you define ADDON_INCLUDES_EXCLUDE in common: and then add to it in a specific directive, it gets ignored, eg
common:
#exclude for all platforms
ADDON_INCLUDES_EXCLUDE = libs/mylib/include/never
linux64:
#exclude for this platform only
ADDON_INCLUDES_EXCLUDE += libs/mylib/%
doesn't work