Skip to content

Commit

Permalink
curl config
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Aug 16, 2020
1 parent f11f190 commit ed48273
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function build_proj {
fetch_unpack https://github.com/snowman2/PROJ/archive/ssl.zip
(cd PROJ-ssl \
&& sh autogen.sh \
&& ./configure --prefix=$PROJ_DIR --with-curl=${BUILD_PREFIX}/bin/curl-config \
&& ./configure --prefix=$PROJ_DIR --with-curl=curl-config \
&& make -j4 \
&& make install)
touch proj-stamp
Expand All @@ -76,7 +76,9 @@ function pre_build {
# Any stuff that you need to do before you start building the wheels
# Runs in the root directory of this repository.
suppress build_zlib
# suppress build_curl_ssl
# if [ "$MB_ML_VER" != "1" ]; then
# suppress build_curl_ssl
# fi
suppress build_sqlite
suppress build_libtiff
export PROJ_DIR=$PWD/pyproj/pyproj/proj_dir
Expand Down

0 comments on commit ed48273

Please sign in to comment.