diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-26 14:37:54 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-26 14:37:54 -0700 |
| commit | c7e7b409d87c58817e45d6a6cb48407a28b4b9a1 (patch) | |
| tree | 9e6b53427999f6923e8ddc8beae3e20aef9c0ad7 /toolsrc/src/commands_export.cpp | |
| parent | e51fa89c2c3cda13804cd9458361efcacb54200a (diff) | |
| download | vcpkg-c7e7b409d87c58817e45d6a6cb48407a28b4b9a1.tar.gz vcpkg-c7e7b409d87c58817e45d6a6cb48407a28b4b9a1.zip | |
`export` Copy getProgramFiles32bit.ps1
Diffstat (limited to 'toolsrc/src/commands_export.cpp')
| -rw-r--r-- | toolsrc/src/commands_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_export.cpp b/toolsrc/src/commands_export.cpp index 066565fed..823151533 100644 --- a/toolsrc/src/commands_export.cpp +++ b/toolsrc/src/commands_export.cpp @@ -285,9 +285,9 @@ namespace vcpkg::Commands::Export { fs::path{ "scripts" } / "buildsystems" / "msbuild" / "vcpkg.targets" }, { fs::path{ "scripts" } / "buildsystems" / "vcpkg.cmake" }, { fs::path{ "scripts" } / "cmake" / "vcpkg_get_windows_sdk.cmake" }, - { fs::path{ "scripts" } / "cmake" / "vcpkg_get_windows_sdk.cmake" }, { fs::path{ "scripts" } / "getWindowsSDK.ps1" }, { fs::path{ "scripts" } / "getProgramFilesPlatformBitness.ps1" }, + { fs::path{ "scripts" } / "getProgramFiles32bit.ps1" }, }; for (const fs::path& file : integration_files_relative_to_root) |
