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

  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:05:10.396781900 +0300
  3. +++ Python-3.8.0/Makefile.pre.in 2019-10-22 10:05:28.430413600 +0300
  4. @@ -699,7 +699,7 @@
  5. $(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS) python_nt.o
  6. if test -n "$(DLLLIBRARY)"; then \
  7. $(LDSHARED) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \
  8. - $(LIBS) $(MODLIBS) $(SYSLIBS) python_nt.o; \
  9. + $(LIBS) $(LDFLAGS_NODIST) $(MODLIBS) $(SYSLIBS) python_nt.o; \
  10. else true; \
  11. fi