Skip to content

Commit

Permalink
add review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Dec 15, 2019
1 parent 057325b commit fed5e11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ sources = [
script = raw"""
cd $WORKSPACE/srcdir/gdal-*/
if [[ ${target} == *mingw* ]]; then
export LDFLAGS="${libdir}"
cp ${libdir}/libproj_6_2.dll ${libdir}/libproj.dll
fi
# Show options in the log
./configure --help
./configure --prefix=$prefix --host=$target \
Expand All @@ -30,6 +35,7 @@ make install
"""

platforms = supported_platforms()
platforms = expand_cxxstring_abis(platforms)

# The products that we will ensure are always built
products = [
Expand Down Expand Up @@ -57,7 +63,6 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
"CompilerSupportLibraries_jll",
"GEOS_jll",
"PROJ_jll",
"Zlib_jll",
Expand Down

0 comments on commit fed5e11

Please sign in to comment.