Skip to content

Commit dcbe936

Browse files
stinosdpgeorge
authored andcommitted
windows/msvc: Exclude modjni from build.
1 parent dffa9f6 commit dcbe936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/msvc/sources.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ItemGroup>
55
<ClCompile Include="$(PyBaseDir)py\*.c" />
66
<ClCompile Include="$(PyBaseDir)extmod\*.c" />
7-
<ClCompile Include="$(PyBaseDir)unix\*.c" Exclude="$(PyBaseDir)unix\alloc.c;$(PyBaseDir)unix\modffi.c;$(PyBaseDir)unix\modsocket.c;$(PyBaseDir)unix\modtermios.c;$(PyBaseDir)unix\seg_helpers.c;$(PyBaseDir)unix\unix_mphal.c" />
7+
<ClCompile Include="$(PyBaseDir)unix\*.c" Exclude="$(PyBaseDir)unix\alloc.c;$(PyBaseDir)unix\modffi.c;$(PyBaseDir)unix\modjni.c;$(PyBaseDir)unix\modsocket.c;$(PyBaseDir)unix\modtermios.c;$(PyBaseDir)unix\seg_helpers.c;$(PyBaseDir)unix\unix_mphal.c" />
88
<ClCompile Include="$(PyBaseDir)windows\*.c" />
99
<ClCompile Include="$(PyBaseDir)windows\msvc\*.c" />
1010
<ClCompile Include="$(PyBaseDir)lib\mp-readline\*.c" />

0 commit comments

Comments
 (0)