mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-06 19:32:26 +02:00
Merge branch '364-modbuild-if-no-variant-is-specified-an-uset-variable-is-used' into 'master'
Resolve "modbuild: if no variant is specified, an uset variable is used" Closes #364 See merge request Pmodules/src!375
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user