From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/python3/0017-fix-win.patch | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 vcpkg/ports/python3/0017-fix-win.patch (limited to 'vcpkg/ports/python3/0017-fix-win.patch') diff --git a/vcpkg/ports/python3/0017-fix-win.patch b/vcpkg/ports/python3/0017-fix-win.patch new file mode 100644 index 0000000..9d3fb3e --- /dev/null +++ b/vcpkg/ports/python3/0017-fix-win.patch @@ -0,0 +1,34 @@ +diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj +index 7d3423251f..7f607742fe 100644 +--- a/PCbuild/_freeze_module.vcxproj ++++ b/PCbuild/_freeze_module.vcxproj +@@ -366,7 +366,7 @@ + + + +- ++ + + + + +- ++ + + + +- $(PreferredToolArchitecture) ++ $(Platform) + $(Configuration) + Release + -- cgit v1.2.3