From 63b971432af3ce0f01fd2bae1520a68d2d623b39 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 13 Aug 2024 17:33:01 +0200 Subject: [PATCH] build-system: bugfix: building multiple versions and/or variants --- Pmodules/libpbuild.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index f847042..7403d11 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -1711,7 +1711,7 @@ _build_module() { # check whether this module is supported check_supported_systems check_supported_compilers - [[ -z "${PREFIX}" ]] && set_full_module_name_and_prefix + [[ "${is_subpkg}" != 'yes' ]] && set_full_module_name_and_prefix # ok, finally we can start ... std::info \