Skip to content

Commit

Permalink
Added expat build support.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Oct 18, 2020
1 parent 065dc05 commit 709a2e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ rm -f ${prefix}/lib/*.la
--with-geos=${bindir}/geos-config \
--with-proj=$prefix \
--with-libz=$prefix \
--with-expat=$prefix \
--with-sqlite3=$prefix \
--with-curl=${bindir}/curl-config \
--with-openjpeg \
Expand Down Expand Up @@ -92,6 +93,7 @@ dependencies = [
Dependency("SQLite_jll"),
Dependency("LibCURL_jll"),
Dependency("OpenJpeg_jll"),
Dependency("Expat_jll"),
]

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

0 comments on commit 709a2e4

Please sign in to comment.