Skip to content

Commit

Permalink
Fixup for SPI to put the libs in our usual place
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Sep 25, 2017
1 parent 6b9b167 commit f37150e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/spi/Makefile-bits
Expand Up @@ -13,6 +13,8 @@ ifeq ($(SP_OS), rhel7)
USE_NINJA := 1
NINJA := ninja
MY_CMAKE_FLAGS += -DCMAKE_MAKE_PROGRAM=${NINJA}
# Override lib64 and use SPI convention of lib
MY_CMAKE_FLAGS += -DCMAKE_INSTALL_LIBDIR="${INSTALL_PREFIX}/lib"

## If not overridden, here is our preferred LLVM installation
## (may be changed as new versions are rolled out to the facility)
Expand Down

0 comments on commit f37150e

Please sign in to comment.