Skip to content

Commit

Permalink
fix signal module build
Browse files Browse the repository at this point in the history
Co-authored-by: Алексей <[email protected]>
Co-authored-by: Naveen M K <[email protected]>
  • Loading branch information
3 people committed Aug 25, 2023
1 parent a9292ad commit 8849097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Setup.bootstrap.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
atexit atexitmodule.c
faulthandler faulthandler.c
@INITSYS@ posixmodule.c
_signal signalmodule.c
_signal signalmodule.c -lws2_32
_tracemalloc _tracemalloc.c

# modules used by importlib, deepfreeze, freeze, runpy, and sysconfig
Expand Down

0 comments on commit 8849097

Please sign in to comment.