Skip to content

Commit a8e2230

Browse files
committed
fixup merge
1 parent acaff17 commit a8e2230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/spack/spack/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,8 @@ def build_process():
10181018
print_pkg(self.prefix)
10191019

10201020
try:
1021+
# Create the install prefix and fork the build process.
1022+
spack.install_layout.create_install_directory(self.spec)
10211023
# Fork the build process.
10221024
spack.build_environment.fork(self, build_process)
10231025
except:

0 commit comments

Comments
 (0)