Merge branch '341-build-system-load-required-overlays-to-build-a-module' into 'master'

Resolve "build-system: load required overlays to build a module"

Closes #341

See merge request Pmodules/src!332

(cherry picked from commit 09b4ec55e9)

936bb4e4 build-system: really load the configured overlays

Co-authored-by: gsell <achim.gsell@psi.ch>
This commit is contained in:
2024-08-29 15:12:35 +02:00
parent 2ba0b758a4
commit 9892818188
+1
View File
@@ -1684,6 +1684,7 @@ _build_module() {
"building ..."
init_module_environment
load_overlays
load_build_dependencies
BUILD_ROOT="${PMODULES_TMPDIR}/${module_name}-${module_version}"
SRC_DIR="${BUILD_ROOT}/src"