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

  1. diff -Naur Python-3.8.0-orig/Makefile.pre.in Python-3.8.0/Makefile.pre.in
  2. --- Python-3.8.0-orig/Makefile.pre.in 2019-10-22 10:03:33.473811700 +0300
  3. +++ Python-3.8.0/Makefile.pre.in 2019-10-22 10:04:23.315899200 +0300
  4. @@ -1404,6 +1404,7 @@
  5. distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
  6. test/test_tools test/test_warnings test/test_warnings/data \
  7. turtledemo \
  8. + msilib \
  9. multiprocessing multiprocessing/dummy \
  10. unittest unittest/test unittest/test/testmock \
  11. venv venv/scripts venv/scripts/common venv/scripts/posix \