0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-25 23:14:13 +01:00

tools: Update buildrocks script; stronger version pinning.

This commit is contained in:
Jason Volk 2017-07-18 11:12:15 -06:00
parent 4f095024ee
commit 1f4b21458f

View file

@ -47,5 +47,6 @@ USERDIR=$PWD # Save current dir and return to it later
run git submodule update --init rocksdb
run cd rocksdb
CFLAGS=-fPIC run make -j $JOBS $LINKAGE
run git checkout v5.5.3
CFLAGS=-fPIC run make -j$JOBS $LINKAGE
run cd $USERDIR # Return to user's original directory