From: Steve Dower Date: Mon, 8 Jan 2024 21:51:39 +0000 (+0000) Subject: gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828) X-Git-Tag: v3.13.0a3~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92f96240d713a5a36c54515e44445b3cd0947163;p=thirdparty%2FPython%2Fcpython.git gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828) --- diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index d69b43b0406c..06c695783ced 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -12,7 +12,7 @@ $(IntDir.Replace(`\\`, `\`)) $(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)$(ArchName)_$(Configuration)\pythoncore\ - $(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)_frozen_$(Configuration)\ + $(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)_frozen\ $(ProjectName) $(TargetName)$(PyDebugExt) false