Skip to content

Commit

Permalink
rebuild GDAL
Browse files Browse the repository at this point in the history
Hopefully will help with yeesian/ArchGDAL.jl#138, which has libcurl init issues.
  • Loading branch information
visr authored Aug 17, 2020
1 parent 77f197a commit f52cb83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ make -j${nproc}
make install
"""

platforms = supported_platforms()
platforms = expand_cxxstring_abis(platforms)
platforms = expand_cxxstring_abis(supported_platforms())

# The products that we will ensure are always built
products = [
Expand Down

0 comments on commit f52cb83

Please sign in to comment.