Verified Commit 3bae5556 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

bugfix: prepend env variables declarations in make command

parent fad6f54a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ echo "############################################################ Installing:
CURR=${SOURCE}/rocksdb
cd ${CURR}
make clean
make USE_RTTI=1 -j${CORES} static_lib
make INSTALL_PATH=${INSTALL} install
USE_RTTI=1 make -j${CORES} static_lib
INSTALL_PATH=${INSTALL} make install

echo "Done"