https://github.com/python/cpython/commit/92f96240d713a5a36c54515e44445b3cd0947163
commit: 92f96240d713a5a36c54515e44445b3cd0947163
branch: main
author: Steve Dower <[email protected]>
committer: zooba <[email protected]>
date: 2024-01-08T21:51:39Z
summary:
gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828)
files:
M PCbuild/pyproject.props
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index d69b43b0406ce0..06c695783ced12 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -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>
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]