File tree Expand file tree Collapse file tree 6 files changed +6
-37
lines changed
libuv-7f9c8129c285a88bf775e56fd2500e0fa9c4c98c.tar.gz Expand file tree Collapse file tree 6 files changed +6
-37
lines changed Original file line number Diff line number Diff line change @@ -1360,7 +1360,7 @@ endif
13601360ifeq ($(OS ) , WINNT)
13611361HAVE_SSP := 1
13621362OSLIBS += -Wl,--export-all-symbols -Wl,--version-script=$(BUILDROOT ) /src/julia.expmap \
1363- $(NO_WHOLE_ARCHIVE ) -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lsecur32 -latomic
1363+ $(NO_WHOLE_ARCHIVE ) -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lsecur32 -latomic -lole32 -luuid
13641364JLDFLAGS += -Wl,--stack,8388608
13651365ifeq ($(ARCH ) ,i686)
13661366JLDFLAGS += -Wl,--large-address-aware
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ 95cfbeb46002d26010cdfbba459be3b4
Original file line number Diff line number Diff line change 1+ b34476e33f6ec1756abc52f4e209efeb3f3e1958d4d89a019097f1fd68ac7395204e685779755348a704b7c23862f5eb704fb459bedfc5c1e7583910b98d631c
Original file line number Diff line number Diff line change 11# # LIBUV ##
2+ override USE_BINARYBUILDER_LIBUV =0
23ifneq ($(USE_BINARYBUILDER_LIBUV ) ,1)
34LIBUV_GIT_URL: =https://github.com/JuliaLang/libuv.git
45LIBUV_TAR_URL =https://api.github.com/repos/JuliaLang/libuv/tarball/$1
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ LIBUV_JLL_NAME := LibUV
33
44## source build
55LIBUV_VER := 2
6- LIBUV_BRANCH=julia-uv2-1.44.2
7- LIBUV_SHA1=2723e256e952be0b015b3c0086f717c3d365d97e
6+ LIBUV_BRANCH=julia-uv2-1.45.0-dev
7+ LIBUV_SHA1=7f9c8129c285a88bf775e56fd2500e0fa9c4c98c
You can’t perform that action at this time.
0 commit comments