Commit 8fff2a10 authored by Denis Bilenko's avatar Denis Bilenko

merge

parents 6a876890 8d7c3687
...@@ -129,6 +129,9 @@ def compile_libevent(build): ...@@ -129,6 +129,9 @@ def compile_libevent(build):
if not exists("./config.status"): if not exists("./config.status"):
mysystem("%s --with-pic --disable-shared --disable-dependency-tracking" % configure) mysystem("%s --with-pic --disable-shared --disable-dependency-tracking" % configure)
if "bsd" in sys.platform:
mysystem("gmake")
else:
mysystem("make") mysystem("make")
for line in open("Makefile"): for line in open("Makefile"):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment