]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828)
authorSteve Dower <steve.dower@python.org>
Mon, 8 Jan 2024 21:51:39 +0000 (21:51 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 21:51:39 +0000 (21:51 +0000)
PCbuild/pyproject.props

index d69b43b0406ce0b9f1aadabad8c5204bec9120c4..06c695783ced12b4edba6606d529f8223b09394c 100644 (file)
@@ -12,7 +12,7 @@
     <IntDir>$(IntDir.Replace(`\\`, `\`))</IntDir>
     <!-- pyconfig.h is updated by pythoncore.vcxproj, so it's always in pythoncore's IntDir -->
     <GeneratedPyConfigDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)$(ArchName)_$(Configuration)\pythoncore\</GeneratedPyConfigDir>
-    <GeneratedFrozenModulesDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)_frozen_$(Configuration)\</GeneratedFrozenModulesDir>
+    <GeneratedFrozenModulesDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)_frozen\</GeneratedFrozenModulesDir>
     <TargetName Condition="'$(TargetName)' == ''">$(ProjectName)</TargetName>
     <TargetName>$(TargetName)$(PyDebugExt)</TargetName>
     <GenerateManifest>false</GenerateManifest>