Thanks to visit codestin.com Credit goes to github.com
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 d15108a commit 6fb0e4aCopy full SHA for 6fb0e4a
1 file changed
Makefile.pre.in
@@ -578,7 +578,7 @@ sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o
578
# Build static library
579
$(LIBRARY): $(LIBRARY_OBJS)
580
-rm -f $@
581
- $(AR) $(ARFLAGS) $@ $^
+ $(AR) $(ARFLAGS) $@ $(LIBRARY_OBJS)
582
583
libpython$(LDVERSION).so: $(LIBRARY_OBJS)
584
if test $(INSTSONAME) != $(LDLIBRARY); then \
0 commit comments