We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2679b commit c774b6fCopy full SHA for c774b6f
librarymanager/config.rst
@@ -546,7 +546,7 @@ Project structure
546
for item in env.get("CPPDEFINES", []):
547
if isinstance(item, tuple) and item[0] == "HAL":
548
env.Append(CPPPATH=[realpath(join("hal", item[1]))])
549
- env.Replace(SRC_FILTER=["+<*>", "-<hal*>", "+<hal%s>" % item[1]])
+ env.Replace(SRC_FILTER=["+<*>", "-<hal*>", "+<hal/%s>" % item[1]])
550
break
551
552
# pass flags to a global build environment (for all libraries, etc)
0 commit comments