Skip to content

Commit cd85c8f

Browse files
committed
Attempt to fix Windows builds
1 parent cfd3a34 commit cd85c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/_freeze_module.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
<GetPath Include="..\Modules\getpath.py">
380380
<ModName>getpath</ModName>
381381
<IntFile>$(IntDir)getpath.g.h</IntFile>
382-
<OutFile>$(PySourcePath)Modules\getpath.h</OutFile>
382+
<OutFile>$(PySourcePath)Python\frozen_modules\getpath.h</OutFile>
383383
</GetPath>
384384
</ItemGroup>
385385
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

0 commit comments

Comments
 (0)