projectGenerator icon indicating copy to clipboard operation
projectGenerator copied to clipboard

common: and platform: sections ignored in Addon_config.mk

Open bangnoise opened this issue 9 years ago • 0 comments

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

Original forum post

bangnoise avatar Feb 23 '17 13:02 bangnoise