Skip to content

Commit

Permalink
Add GenericAlias to Windows build (python#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatyping authored Mar 16, 2020
1 parent bfd6342 commit 7919fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PCbuild/pythoncore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@
<ClCompile Include="..\Objects\floatobject.c" />
<ClCompile Include="..\Objects\frameobject.c" />
<ClCompile Include="..\Objects\funcobject.c" />
<ClCompile Include="..\Objects\genericaliasobject.c" />
<ClCompile Include="..\Objects\genobject.c" />
<ClCompile Include="..\Objects\interpreteridobject.c" />
<ClCompile Include="..\Objects\iterobject.c" />
Expand Down

0 comments on commit 7919fa2

Please sign in to comment.