Skip to content

Commit

Permalink
[GDAL] Add nghttp2 to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Oct 18, 2020
1 parent 709a2e4 commit bc97158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ dependencies = [
Dependency("LibCURL_jll"),
Dependency("OpenJpeg_jll"),
Dependency("Expat_jll"),
# We need to explicitly list nghttp2 because it's a dependency of
# LibCURL_jll which is now a stdlib, but nghttp2_jll isn't currently a
# stdlib
Dependency("nghttp2_jll"),
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit bc97158

Please sign in to comment.