Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const stdlib_names = Set([
:Serialization, :SHA, :SharedArrays, :Sockets, :SparseArrays,
:Statistics, :SuiteSparse, :Test, :Unicode, :UUIDs,
:TOML, :Artifacts, :LibCURL_jll, :LibCURL, :MozillaCACerts_jll,
:Downloads, :Tar, :ArgTools, :NetworkOptions])
:Downloads, :Tar, :ArgTools, :NetworkOptions, :PCRE2_jll, :Zlib_jll])

# This replacement is needed because the path written during compilation differs from
# the git source path
Expand Down
Loading