Skip to content

Commit df3f08b

Browse files
committed
Add OpenSSL to stdlib/Makefile
1 parent e646ccb commit df3f08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $(foreach jll,$(JLLS),$(eval $(call download-artifacts-toml,$(jll))))
4242

4343
STDLIBS = Artifacts Base64 CRC32c Dates FileWatching \
4444
Future InteractiveUtils Libdl LibGit2 LinearAlgebra Logging \
45-
Markdown Mmap Printf Profile Random REPL Serialization \
45+
Markdown Mmap OpenSSL Printf Profile Random REPL Serialization \
4646
SharedArrays Sockets Test TOML Unicode UUIDs \
4747
$(JLL_NAMES)
4848

0 commit comments

Comments
 (0)