We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0163f82 commit 9edf05aCopy full SHA for 9edf05a
Makefile.pre.in
@@ -832,7 +832,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \
832
$(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS) python_nt.o
833
if test -n "$(DLLLIBRARY)"; then \
834
$(LDSHARED) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \
835
- $(LIBS) $(MODLIBS) $(SYSLIBS) python_nt.o; \
+ $(LIBS) $(LDFLAGS_NODIST) $(MODLIBS) $(SYSLIBS) python_nt.o; \
836
else true; \
837
fi
838
0 commit comments