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 bf57363 commit 4a5e3b8Copy full SHA for 4a5e3b8
Makefile
@@ -261,7 +261,7 @@ endif
261
done
262
endif
263
264
- $(INSTALL_F) src/julia.h src/options.h src/support/*.h $(DESTDIR)$(includedir)/julia
+ $(INSTALL_F) src/julia.h src/options.h src/support/*.h deps/libuv/include/*.h $(DESTDIR)$(includedir)/julia
265
# Copy system image
266
$(INSTALL_F) $(build_private_libdir)/sys.ji $(DESTDIR)$(private_libdir)
267
$(INSTALL_M) $(build_private_libdir)/sys.$(SHLIB_EXT) $(DESTDIR)$(private_libdir)
0 commit comments