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.

10 lines
417B

  1. diff -Naur Python-3.8.0-orig/Modules/Setup.config.in Python-3.8.0/Modules/Setup.config.in
  2. --- Python-3.8.0-orig/Modules/Setup.config.in 2019-10-22 10:01:08.018156200 +0300
  3. +++ Python-3.8.0/Modules/Setup.config.in 2019-10-22 10:02:53.303741100 +0300
  4. @@ -11,4 +11,5 @@
  5. # build-in modules for windows platform:
  6. @USE_WIN32_MODULE@winreg ../PC/winreg.c
  7. +@USE_WIN32_MODULE@msvcrt -DPy_BUILD_CORE ../PC/msvcrtmodule.c