cmake: Fix build and setup hook

I screwed this up in 330ca731e8. I'm
sorry.
This commit is contained in:
John Ericson
2018-05-15 15:24:22 -04:00
parent 330ca731e8
commit 0ff650a392
2 changed files with 6 additions and 5 deletions
@@ -38,7 +38,7 @@ cmakeConfigurePhase() {
cmakeFlags="-DCMAKE_CXX_COMPILER=$CXX $cmakeFlags"
cmakeFlags="-DCMAKE_C_COMPILER=$CC $cmakeFlags"
cmakeFlags="-DCMAKE_AR=$(command -v $AR) $cmakeFlags"
cmakeFlags="-DCMAKE_RANLIB=$(command -v $RANLAB) $cmakeFlags"
cmakeFlags="-DCMAKE_RANLIB=$(command -v $RANLIB) $cmakeFlags"
cmakeFlags="-DCMAKE_STRIP=$(command -v $STRIP) $cmakeFlags"
# This installs shared libraries with a fully-specified install