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:
parent
6cfda1e6ce
commit
8667e2496b
|
|
@ -740,7 +740,7 @@ functions
|
||||||
{
|
{
|
||||||
IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase) {
|
IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase) {
|
||||||
// The repos list is topologically sorted based on build order
|
// The repos list is topologically sorted based on build order
|
||||||
"libuv-build",
|
"libuv-package",
|
||||||
"PlatformAbstractions",
|
"PlatformAbstractions",
|
||||||
"Common",
|
"Common",
|
||||||
"JsonPatch",
|
"JsonPatch",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue