"make zephyr_generated_headers" regressed again - ";" separator for Z_CFLAGS instead of spaces #30712
Labels
area: Build System
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
make zephyr_generated_headers
, as used to integrate Zephyr's build system with 3rd-party build systems, regressed again (previous case: #28230). Now it produces following Makefile.exports.C:The culprit is in the generated
Z_CFLAGS
- after some option, the separator suddenly changes from " " (space) to ";".The text was updated successfully, but these errors were encountered: