Skip to content

Commit ec9d8c1

Browse files
itamarometa-codesync[bot]
authored andcommitted
Fix windows build
Summary: D86322461 added the lazy imports macro, but missed adding the lazy imports object as well Reviewed By: aleivag Differential Revision: D86626925 fbshipit-source-id: a08d88d93cec26949bdb05371c095e2a6551b1d3
1 parent 591e0bf commit ec9d8c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PCbuild/_freeze_module.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<ClCompile Include="..\Objects\genobject.c" />
147147
<ClCompile Include="..\Objects\interpolationobject.c" />
148148
<ClCompile Include="..\Objects\iterobject.c" />
149+
<ClCompile Include="..\Objects\lazyimportobject.c" />
149150
<ClCompile Include="..\Objects\listobject.c" />
150151
<ClCompile Include="..\Objects\longobject.c" />
151152
<ClCompile Include="..\Objects\memoryobject.c" />

0 commit comments

Comments
 (0)