Skip to content

Commit

Permalink
backport part of a82bc01
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Oct 21, 2020
1 parent 489ae0a commit a84f7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/libuv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ fastcheck-libuv: #none
check-libuv: $(LIBUV_BUILDDIR)/build-checked

else # USE_BINARYBUILDER_LIBUV
LIBUV_BB_URL_BASE := https://github.com/JuliaPackaging/Yggdrasil/releases/download/LibUV-v2+$(LIBUV_VER)-julia+$(LIBUV_BB_REL)
LIBUV_BB_NAME := LibUV.v2.0.0+$(LIBUV_VER)-julia
LIBUV_BB_URL_BASE := https://github.com/JuliaBinaryWrappers/LibUV_jll.jl/releases/download/LibUV-v2.0.0+$(LIBUV_BB_REL)
LIBUV_BB_NAME := LibUV.v2.0.0

$(eval $(call bb-install,libuv,LIBUV,false))
endif

0 comments on commit a84f7cf

Please sign in to comment.