From c7e7b409d87c58817e45d6a6cb48407a28b4b9a1 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Apr 2017 14:37:54 -0700 Subject: [PATCH] `export` Copy getProgramFiles32bit.ps1 --- toolsrc/src/commands_export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsrc/src/commands_export.cpp b/toolsrc/src/commands_export.cpp index 066565fed9..823151533c 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)