Don't build the libuv tests on Linux.

This commit is contained in:
Bob Nystrom
2018-03-14 07:27:29 -07:00
parent 011e8fab96
commit a95077cd9f
+1 -1
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):