build-system: using unset variables fixed if no variants specified

This commit is contained in:
2024-09-20 14:20:51 +02:00
parent f36c0f6689
commit 8ceec1a8c3
+3 -3
View File
@@ -1590,11 +1590,11 @@ build_modules_yaml_v1(){
if (( num_variants == 0 )); then
is_variant_to_be_built \
"${module_name}" \
"${module_version}" \
"${name}" \
"${version}" \
vk_config || continue
build_modules_variant \
"${name}" "${v}" \
"${name}" "${version}" \
vk_config
else
local -i n=0