commit | d85465fb11d3b9770579a39b067ac52f57de4afe | [log] [tgz] |
---|---|---|
author | Bartosz Bilas <b.bilas@grinn-global.com> | Fri Oct 29 14:04:42 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Nov 02 22:26:41 2021 -0400 |
tree | 27017d116e81f57a2abb09ca0f6c0bf98daf02a0 | |
parent | 0acb38adf1981fc30711f879c64818e0ffcca2e3 [diff] |
scripts: gen_relocate_app: check if argument matches Check each line whether contains the correct pattern ${location}:${file} before splitting because it turns out that script passes also compile definitions added in project CMakeLists.txt such as: add_compile_definitions(ABCD="XYZ") which results in the build failure. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>