Fix examples
Summary: For some reason `make librocksdb.a` is not valid anymore. Replace with `make static_lib` Test Plan: cd examples/; make all; Reviewers: sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D52017
This commit is contained in:
parent
aa29cc1289
commit
e6e505a4d9
@ -35,4 +35,4 @@ clean:
|
||||
rm -rf ./simple_example ./column_families_example ./compact_files_example ./compaction_filter_example ./c_simple_example c_simple_example.o ./optimistic_transaction_example ./transaction_example
|
||||
|
||||
librocksdb:
|
||||
cd .. && $(MAKE) librocksdb.a
|
||||
cd .. && $(MAKE) static_lib
|
||||
|
Loading…
Reference in New Issue
Block a user