Skip to content

Commit

Permalink
LEveldb
Browse files Browse the repository at this point in the history
  • Loading branch information
topilski committed Jan 17, 2022
1 parent 921f84a commit 41fb0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def build_lmdb(self):
os.chdir(self.build_dir_path_)

def build_leveldb(self):
self._clone_and_build_via_cmake(build_utils.generate_fastogt_github_path('leveldb'),
self._clone_and_build_via_cmake('[email protected]:topilski/leveldb.git',
['-DBUILD_SHARED_LIBS=OFF', '-DLEVELDB_BUILD_TESTS=OFF',
'-DLEVELDB_BUILD_BENCHMARKS=OFF'])

Expand Down

0 comments on commit 41fb0cb

Please sign in to comment.