Skip to content

Commit 0ad304f

Browse files
committed
Add _datetime to the frozen modules.
I have no idea if this will fix the Windows build, but let's hope.
1 parent 43b4843 commit 0ad304f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PCbuild/_freeze_module.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
</ItemGroup>
107107
<ItemGroup>
108108
<ClCompile Include="..\Modules\atexitmodule.c" />
109+
<ClCompile Include="..\Modules\_datetimemodule.c" />
109110
<ClCompile Include="..\Modules\faulthandler.c" />
110111
<ClCompile Include="..\Modules\gcmodule.c" />
111112
<ClCompile Include="..\Modules\getbuildinfo.c" />

0 commit comments

Comments
 (0)