File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2652,7 +2652,7 @@ inclinstall:
2652
2652
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(INCLUDEPY)/internal; \
2653
2653
else true; \
2654
2654
fi
2655
- @if test "$(INSTALL_MIMALLOC)" == "yes"; then \
2655
+ @if test "$(INSTALL_MIMALLOC)" = "yes"; then \
2656
2656
if test ! -d $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc; then \
2657
2657
echo "Creating directory $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc"; \
2658
2658
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc; \
@@ -2673,7 +2673,7 @@ inclinstall:
2673
2673
echo $(INSTALL_DATA) $$i $(INCLUDEPY)/internal; \
2674
2674
$(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY)/internal; \
2675
2675
done
2676
- @if test "$(INSTALL_MIMALLOC)" == "yes"; then \
2676
+ @if test "$(INSTALL_MIMALLOC)" = "yes"; then \
2677
2677
echo $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc.h; \
2678
2678
$(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc.h; \
2679
2679
for i in $(srcdir)/Include/internal/mimalloc/mimalloc/*.h; \
Original file line number Diff line number Diff line change
1
+ Fix makefile to include mimalloc headers.
You can’t perform that action at this time.
0 commit comments