src/boot/efi/meson.build: ensure VERSION_TAG exists in case of cross build
authorChen Qi <Qi.Chen@windriver.com>
Thu, 4 Jul 2024 06:18:41 +0000 (23:18 -0700)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 4 Jul 2024 10:42:35 +0000 (12:42 +0200)
commit646ed5af0013accacac1f4ac048371bebec52f60
tree541e0bb14ebd5eeaa2c757cb79bf82428ca24d44
parent8b3b01c4b7e0fde39b4be354990ee68f5e612c52
src/boot/efi/meson.build: ensure VERSION_TAG exists in case of cross build

The GIT_VERSION is changed to use VERSION_TAG, but in case of cross build
for src/boot/efi, it's not set, causing build error because the compiler cannot
know it's a macro thus treating it as some variable and error out.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
src/boot/efi/meson.build