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.
2 parents b1ed699 + be316f0 commit c736dd0Copy full SHA for c736dd0
Makefile
@@ -248,6 +248,12 @@ endif
248
done
249
endif
250
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
257
$(INSTALL_F) src/julia.h src/options.h src/support/*.h $(DESTDIR)$(includedir)/julia
258
# Copy system image
259
$(INSTALL_F) $(build_private_libdir)/sys.ji $(DESTDIR)$(private_libdir)
0 commit comments