Skip to content

Commit

Permalink
Clear out .la files
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Dec 17, 2019
1 parent a8937ca commit 9f270c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ if [[ ${target} == *mingw* ]]; then
cp ${libdir}/libproj_6_2.dll ${libdir}/libproj.dll
fi
# Show options in the log
./configure --help
# Clear out `.la` files since they're often wrong and screw us up
rm -f ${prefix}/lib/*.la
./configure --prefix=$prefix --host=$target \
--with-geos=${bindir}/geos-config \
--with-proj=$prefix \
Expand Down

0 comments on commit 9f270c1

Please sign in to comment.