File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ def build(ctx):
27
27
ctx .module ("libpng-1.5.13" , source = "../bin/pkg-config" , target = "../bin/libpng-config" )
28
28
ctx .module ("zeromq-3.2.2" , source = "../bin/pkg-config" , target = "../lib/libzmq.a" )
29
29
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")
34
30
35
31
pkg = os .path .join (ctx .path .abspath (), "3rdparty" , "site-packages" )
36
32
if sys .platform == "darwin" :
You can’t perform that action at this time.
0 commit comments