From 8667e2496b1441d7f6308fec85af3cf78788954b Mon Sep 17 00:00:00 2001 From: Stephen Halter Date: Fri, 8 Apr 2016 11:47:50 -0700 Subject: [PATCH] Actually add libuv-package (not libuv-build) repo - libuv-build is already built outside of Universe and doesn't follow some conventions like running the normal build-compile target --- makefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index 63ab3d0419..fb0f880c14 100644 --- a/makefile.shade +++ b/makefile.shade @@ -740,7 +740,7 @@ functions { IEnumerable reposToBuild = new HashSet(StringComparer.OrdinalIgnoreCase) { // The repos list is topologically sorted based on build order - "libuv-build", + "libuv-package", "PlatformAbstractions", "Common", "JsonPatch",