Skip to content

Commit

Permalink
Move build of nghttp2
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Aug 15, 2020
1 parent e8612bc commit 077549b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function build_nghttp2 {

function build_curl_ssl {
if [ -e curl-stamp ]; then return; fi
suppress build_nghttp2
CFLAGS="$CFLAGS -g -O2"
CXXFLAGS="$CXXFLAGS -g -O2"
local flags="--prefix=$BUILD_PREFIX --with-nghttp2=$BUILD_PREFIX"
Expand Down Expand Up @@ -73,7 +72,7 @@ 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_nghttp2
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
# Remove previously installed curl.
rm -rf /usr/local/lib/libcurl*
Expand Down

0 comments on commit 077549b

Please sign in to comment.