File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2601,12 +2601,14 @@ inclinstall:
2601
2601
echo $(INSTALL_DATA) $$i $(INCLUDEPY)/internal; \
2602
2602
$(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY)/internal; \
2603
2603
done
2604
- $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc
2604
+ echo $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc.h
2605
+ $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc.h
2605
2606
@for i in $(srcdir)/Include/internal/mimalloc/mimalloc/*.h; \
2606
2607
do \
2607
2608
echo $(INSTALL_DATA) $$i $(INCLUDEPY)/internal/mimalloc/mimalloc; \
2608
2609
$(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc; \
2609
2610
done
2611
+ echo $(INSTALL_DATA) pyconfig.h $(DESTDIR)$(CONFINCLUDEPY)/pyconfig.h
2610
2612
$(INSTALL_DATA) pyconfig.h $(DESTDIR)$(CONFINCLUDEPY)/pyconfig.h
2611
2613
2612
2614
# Install the library and miscellaneous stuff needed for extending/embedding
You can’t perform that action at this time.
0 commit comments