RethinkDB build fix.

This commit is contained in:
Adam Ierymenko 2017-11-08 19:52:36 -05:00
commit ef224c3547
2 changed files with 7 additions and 2 deletions

View file

@ -268,7 +268,7 @@ official-static: FORCE
central-controller: FORCE
cd ext/librethinkdbxx ; make
make -j4 LDLIBS="ext/librethinkdbxx/build/librethinkdb++.a" DEFS="-DZT_CONTROLLER_USE_RETHINKDB" one
make LDLIBS="ext/librethinkdbxx/build/librethinkdb++.a" DEFS="-DZT_CONTROLLER_USE_RETHINKDB" one
debug: FORCE
make ZT_DEBUG=1 one