mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
build-system: using unset variables fixed if no variants specified
This commit is contained in:
@@ -1590,11 +1590,11 @@ build_modules_yaml_v1(){
|
|||||||
|
|
||||||
if (( num_variants == 0 )); then
|
if (( num_variants == 0 )); then
|
||||||
is_variant_to_be_built \
|
is_variant_to_be_built \
|
||||||
"${module_name}" \
|
"${name}" \
|
||||||
"${module_version}" \
|
"${version}" \
|
||||||
vk_config || continue
|
vk_config || continue
|
||||||
build_modules_variant \
|
build_modules_variant \
|
||||||
"${name}" "${v}" \
|
"${name}" "${version}" \
|
||||||
vk_config
|
vk_config
|
||||||
else
|
else
|
||||||
local -i n=0
|
local -i n=0
|
||||||
|
|||||||
Reference in New Issue
Block a user