Skip to content

Commit

Permalink
build tiff before sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 7, 2024
1 parent 72d810b commit fad9854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function build_jsonc {
function build_tiff {
echo "Entering in the function of TIFF"
sleep 20
set +x
set +x
if [ -e tiff-stamp ]; then return; fi
build_zlib
build_jpeg
Expand Down Expand Up @@ -293,10 +293,10 @@ function pre_build {
#sudo rm -rf /usr/local/lib/libcurl*
if [ -n "$IS_OSX" ]; then sudo rm -rf /usr/local/lib/libcurl* ; else rm -rf /usr/local/lib/libcurl* ; fi
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
suppress build_zlib
build_zlib
build_curl
build_tiff
build_sqlite
suppress build_tiff
build_proj
if [[ "$REPO_DIR" != "pyproj" ]]; then
suppress build_jpeg
Expand Down

0 comments on commit fad9854

Please sign in to comment.