Don't build the libuv tests on Linux.

This commit is contained in:
Bob Nystrom
2017-04-09 09:58:00 -07:00
parent 011e8fab96
commit a95077cd9f

View File

@ -43,7 +43,7 @@ def build_libuv_linux(arch):
args.append("-Dtarget_arch=x64")
run(args, cwd=LIB_UV_DIR)
run(["make", "-C", "out", "BUILDTYPE=Release"], cwd=LIB_UV_DIR)
run(["make", "-C", "out", "BUILDTYPE=Release", "libuv"], cwd=LIB_UV_DIR)
def build_libuv_windows(arch):