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

  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:16.342687000 +0300
  3. +++ Python-3.8.0/setup.py 2019-10-22 10:04:48.353943200 +0300
  4. @@ -1331,7 +1331,7 @@
  5. if dbm_args:
  6. dbm_order = [arg.split('=')[-1] for arg in dbm_args][-1].split(":")
  7. else:
  8. - dbm_order = "ndbm:gdbm:bdb".split(":")
  9. + dbm_order = []
  10. dbmext = None
  11. for cand in dbm_order:
  12. if cand == "ndbm":