|
- diff -Naur Python-3.8.0-orig/Makefile.pre.in Python-3.8.0/Makefile.pre.in
- --- Python-3.8.0-orig/Makefile.pre.in 2019-10-22 10:05:10.396781900 +0300
- +++ Python-3.8.0/Makefile.pre.in 2019-10-22 10:05:28.430413600 +0300
- @@ -699,7 +699,7 @@
- $(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS) python_nt.o
- if test -n "$(DLLLIBRARY)"; then \
- $(LDSHARED) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \
- - $(LIBS) $(MODLIBS) $(SYSLIBS) python_nt.o; \
- + $(LIBS) $(LDFLAGS_NODIST) $(MODLIBS) $(SYSLIBS) python_nt.o; \
- else true; \
- fi
-
|