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
This commit is contained in:
Stephen Halter 2016-04-08 11:47:50 -07:00
parent 6cfda1e6ce
commit 8667e2496b
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ functions
{
IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase) {
// The repos list is topologically sorted based on build order
"libuv-build",
"libuv-package",
"PlatformAbstractions",
"Common",
"JsonPatch",