Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Actually add libuv-package (not libuv-build) repo
Browse files Browse the repository at this point in the history
- libuv-build is already built outside of Universe and doesn't follow
  some conventions like running the normal build-compile target
  • Loading branch information
halter73 committed Apr 8, 2016
1 parent 6cfda1e commit 8667e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.shade
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8667e24

Please sign in to comment.