10000 gh-113827: Move Windows frozen modules directory to allow PGO builds … · python/cpython@92f9624 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92f9624

Browse files
authored
gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828)
1 parent 5216178 commit 92f9624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IntDir>$(IntDir.Replace(`\\`, `\`))</IntDir>
1313
<!-- pyconfig.h is updated by pythoncore.vcxproj, so it's always in pythoncore's IntD 640B ir -->
1414
<GeneratedPyConfigDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)$(ArchName)_$(Configuration)\pythoncore\</GeneratedPyConfigDir>
15-
<GeneratedFrozenModulesDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)_frozen_$(Configuration)\</GeneratedFrozenModulesDir>
15+
<GeneratedFrozenModulesDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)_frozen\</GeneratedFrozenModulesDir>
1616
<TargetName Condition="'$(TargetName)' == ''">$(ProjectName)</TargetName>
1717
<TargetName>$(TargetName)$(PyDebugExt)</TargetName>
1818
<GenerateManifest>false</GenerateManifest>

0 commit comments

Comments
 (0)
0