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
550B

  1. diff -Naur Python-3.8.0-orig/setup.py Python-3.8.0/setup.py
  2. --- Python-3.8.0-orig/setup.py 2019-10-22 10:04:50.085546300 +0300
  3. +++ Python-3.8.0/setup.py 2019-10-22 10:04:54.016753200 +0300
  4. @@ -2165,7 +2165,7 @@
  5. undef_macros = []
  6. if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"):
  7. include_dirs = []
  8. - libraries = [':libmpdec.so.2']
  9. + libraries = [':libmpdec.dll.a']
  10. sources = ['_decimal/_decimal.c']
  11. depends = ['_decimal/docstrings.h']
  12. else: