Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
852B

  1. diff -Naur Python-3.8.0-orig/Modules/Setup Python-3.8.0/Modules/Setup
  2. --- Python-3.8.0-orig/Modules/Setup 2019-10-22 10:01:07.612555400 +0300
  3. +++ Python-3.8.0/Modules/Setup 2019-10-22 10:04:29.009909200 +0300
  4. @@ -111,7 +111,7 @@
  5. _abc _abc.c # Abstract base classes
  6. itertools itertoolsmodule.c # Functions creating iterators for efficient looping
  7. atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
  8. -_signal -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal signalmodule.c
  9. +_signal -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal signalmodule.c -lws2_32
  10. _stat _stat.c # stat.h interface
  11. time -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal timemodule.c # -lm # time operations and variables
  12. _thread -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal _threadmodule.c # low-level threading interface