Skip to content

Commit

Permalink
Add OpenSSL to stdlib/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Mar 29, 2024
1 parent e646ccb commit bbc918d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ DIRS := $(build_datarootdir)/julia/stdlib/$(VERSDIR) $(build_prefix)/manifest/$(
$(foreach dir,$(DIRS),$(eval $(call dir_target,$(dir))))

JLLS = DSFMT GMP CURL LIBGIT2 LLVM LIBSSH2 LIBUV MBEDTLS MPFR NGHTTP2 \
BLASTRAMPOLINE OPENBLAS OPENLIBM P7ZIP PCRE LIBSUITESPARSE ZLIB \
LLVMUNWIND CSL UNWIND LLD
BLASTRAMPOLINE OPENBLAS OPENLIBM OPENSSL P7ZIP PCRE LIBSUITESPARSE \
ZLIB LLVMUNWIND CSL UNWIND LLD

# Initialize this with JLLs that aren't in "deps/$(LibName).version"
JLL_NAMES := MozillaCACerts_jll
Expand Down

0 comments on commit bbc918d

Please sign in to comment.