targets: zephyr: Separate CMake definitions from options. (#2378)
Add a space between definition and options substitution groups, otherwise they make expand to something like -DFOO-DBAR. JerryScript-DCO-1.0-Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org
This commit is contained in:
committed by
Robert Sipka
parent
3e934723a3
commit
eec2623cd9
@@ -40,7 +40,7 @@ add_custom_target(
|
|||||||
COMMAND echo Z_CFLAGS=${system_includes} ${includes} ${definitions} ${options}
|
COMMAND echo Z_CFLAGS=${system_includes} ${includes} ${definitions} ${options}
|
||||||
COMMAND echo NOSTDINC_FLAGS=${system_includes}
|
COMMAND echo NOSTDINC_FLAGS=${system_includes}
|
||||||
COMMAND echo ZEPHYRINCLUDE=${includes}
|
COMMAND echo ZEPHYRINCLUDE=${includes}
|
||||||
COMMAND echo KBUILD_CFLAGS=${definitions}${options}
|
COMMAND echo KBUILD_CFLAGS=${definitions} ${options}
|
||||||
VERBATIM
|
VERBATIM
|
||||||
USES_TERMINAL
|
USES_TERMINAL
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user