openframeworks / openframeworks/projectGenerator
common: and platform: sections ignored in Addon_config.mk
Open
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 90
- Forks
- 79
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 5
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting Addon_config.mk and how its common: and platform-specific directives are parsed or applied. Reproduce the ADDON_INCLUDES_EXCLUDE example for common: and linux64:, then verify that both exclusion patterns are honored for the relevant platform.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100