Skip to content

Commit 7b32a9d

Browse files
author
cjh26
committed
Remove hbase mongo and couchdb.
1 parent 824f5d3 commit 7b32a9d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wscript

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ def build(ctx):
2727
ctx.module("libpng-1.5.13", source="../bin/pkg-config", target="../bin/libpng-config")
2828
ctx.module("zeromq-3.2.2", source="../bin/pkg-config", target="../lib/libzmq.a")
2929
ctx(rule=ctx.build_freetype2, source="../bin/pkg-config", target="../bin/freetype-config")
30-
ctx(rule=ctx.build_hbase, source="../bin/pkg-config", target="../hbase/bin/start-hbase.sh")
31-
# ctx.module("apache-couchdb-1.3.0", source="../bin/pkg-config", target="../bin/couchdb")
32-
# ctx(rule=ctx.build_mongo, source="../bin/pkg-config", target="../bin/mongod")
33-
# ctx(rule=ctx.build_scons, source="../bin/pkg-config", target="../bin/scons")
3430

3531
pkg = os.path.join(ctx.path.abspath(), "3rdparty", "site-packages")
3632
if sys.platform == "darwin":

0 commit comments

Comments
 (0)