Skip to content

Commit c736dd0

Browse files
committed
Merge pull request #9330 from twadleigh/release-0.3
Backport of #9221.
2 parents b1ed699 + be316f0 commit c736dd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,12 @@ endif
248248
done
249249
endif
250250

251+
ifeq ($(USE_SYSTEM_LIBUV),0)
252+
ifeq ($(OS),WINNT)
253+
$(INSTALL_F) $(build_includedir)/tree.h $(DESTDIR)$(includedir)/julia
254+
endif
255+
$(INSTALL_F) $(build_includedir)/uv* $(DESTDIR)$(includedir)/julia
256+
endif
251257
$(INSTALL_F) src/julia.h src/options.h src/support/*.h $(DESTDIR)$(includedir)/julia
252258
# Copy system image
253259
$(INSTALL_F) $(build_private_libdir)/sys.ji $(DESTDIR)$(private_libdir)

0 commit comments

Comments
 (0)