Skip to content

Commit a46d53b

Browse files
authored
Merge pull request #930 from eschnett/eschnett/two-more-stdlibs
Add PCRE2_jll and Zlib_jll as known stdlibs
2 parents 4deb40d + a6050c1 commit a46d53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recipes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const stdlib_names = Set([
199199
:Serialization, :SHA, :SharedArrays, :Sockets, :SparseArrays,
200200
:Statistics, :SuiteSparse, :Test, :Unicode, :UUIDs,
201201
:TOML, :Artifacts, :LibCURL_jll, :LibCURL, :MozillaCACerts_jll,
202-
:Downloads, :Tar, :ArgTools, :NetworkOptions])
202+
:Downloads, :Tar, :ArgTools, :NetworkOptions, :PCRE2_jll, :Zlib_jll])
203203

204204
# This replacement is needed because the path written during compilation differs from
205205
# the git source path

0 commit comments

Comments
 (0)