Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
retry build after BinaryBuilder fix
Browse files Browse the repository at this point in the history
ref JuliaPackaging/BinaryBuilder.jl#378

The windows library path stuff should also no longer be needed.
  • Loading branch information
visr authored Oct 16, 2018
1 parent ad4e971 commit 9721193
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ cd gdal-2.3.2/
# Show options in the log
./configure --help
# On Windows platforms, our ./configure invocation differs a bit
if [[ ${target} == *-w64-mingw* ]]; then
EXTRA_CONFIGURE_FLAGS="LDFLAGS=-L$prefix/bin"
fi
./configure --prefix=$prefix --host=$target $EXTRA_CONFIGURE_FLAGS \
./configure --prefix=$prefix --host=$target \
--with-geos=$prefix/bin/geos-config \
--with-static-proj4=$prefix \
--with-libz=$prefix \
Expand Down

0 comments on commit 9721193

Please sign in to comment.