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.

12 lines
528B

  1. diff -Naur Python-3.8.0-orig/Lib/distutils/cygwinccompiler.py Python-3.8.0/Lib/distutils/cygwinccompiler.py
  2. --- Python-3.8.0-orig/Lib/distutils/cygwinccompiler.py 2019-10-22 10:02:00.856449000 +0300
  3. +++ Python-3.8.0/Lib/distutils/cygwinccompiler.py 2019-10-22 10:02:01.979651000 +0300
  4. @@ -93,6 +93,7 @@
  5. obj_extension = ".o"
  6. static_lib_extension = ".a"
  7. shared_lib_extension = ".dll"
  8. + dylib_lib_extension = ".dll.a"
  9. static_lib_format = "lib%s%s"
  10. shared_lib_format = "%s%s"
  11. exe_extension = ".exe"