| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The triplet is "run" and vcpkg observes the environment.
Previously, the environment was deduced by the triplet's name
|
|
|
|
|
|
|
|
|
|
|
|
vcpkg::Commands::BuildCommand
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of VersionT.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Missing dependencies were not being computed correctly after the internal call to build failed. Solution is to return the already-computed list from build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(also rename it)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|