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

merge

parents 6a876890 8d7c3687
......@@ -129,7 +129,10 @@ def compile_libevent(build):
if not exists("./config.status"):
mysystem("%s --with-pic --disable-shared --disable-dependency-tracking" % configure)
mysystem("make")
if "bsd" in sys.platform:
mysystem("gmake")
else:
mysystem("make")
for line in open("Makefile"):
if line.startswith("LIBS = "):
......
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