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 b0c346c commit c0f3b47Copy full SHA for c0f3b47
Makefile.pre.in
@@ -2601,7 +2601,7 @@ inclinstall:
2601
echo $(INSTALL_DATA) $$i $(INCLUDEPY)/internal; \
2602
$(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY)/internal; \
2603
done
2604
- echo $(INSTALL_DATA) pyconfig.h $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc.h
+ echo $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc.h
2605
$(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc.h
2606
@for i in $(srcdir)/Include/internal/mimalloc/mimalloc/*.h; \
2607
do \
0 commit comments