Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
topilski committed Apr 20, 2019
1 parent 76dab54 commit 8431de8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/build_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,16 +398,16 @@ def build(self, bs):

# self.build_system()
self.build_snappy(cmake_line, make_install)
# self.build_openssl(prefix_path) #
self.build_openssl(prefix_path) #
self.build_libssh2(cmake_line, prefix_path, make_install)
self.build_jsonc(prefix_path)
# self.build_qscintilla(cmake_line, make_install)
self.build_qscintilla(cmake_line, make_install)
self.build_common(cmake_line, make_install)

# databases libs builds
self.build_hiredis(prefix_path)
# self.build_libmemcached(prefix_path) #
# self.build_unqlite(cmake_line, make_install)
self.build_libmemcached(prefix_path) #
self.build_unqlite(cmake_line, make_install)
self.build_lmdb(prefix_path)
self.build_leveldb(cmake_line, make_install)
self.build_rocksdb(cmake_line, make_install)
Expand Down

0 comments on commit 8431de8

Please sign in to comment.