mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 10:03:02 +08:00
export
: Fix output dir
This commit is contained in:
parent
14dacd8631
commit
e2dc4eb0ad
@ -125,7 +125,7 @@ namespace vcpkg::Commands::Export
|
||||
|
||||
const BinaryParagraph& binary_paragraph = action.any_paragraph.binary_paragraph.value_or_exit(VCPKG_LINE_INFO);
|
||||
const InstallDir dirs = InstallDir::from_destination_root(
|
||||
output,
|
||||
output / "installed",
|
||||
action.spec.triplet().to_string(),
|
||||
output / "installed" / "vcpkg" / "info" / (binary_paragraph.fullstem() + ".list"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user