Skip to content

Commit

Permalink
deps/curl: use correct build_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jul 5, 2022
1 parent 6b30387 commit b81a6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/curl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CURL_CONFIGURE_FLAGS := $(CONFIGURE_COMMON) \
--disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-static
# A few things we actually enable
CURL_CONFIGURE_FLAGS += --enable-versioned-symbols \
--with-libssh2=${prefix} --with-zlib=${prefix} --with-nghttp2=${prefix}
--with-libssh2=${build_prefix} --with-zlib=${build_prefix} --with-nghttp2=${build_prefix}

# We use different TLS libraries on different platforms.
# On Windows, we use schannel
Expand Down

0 comments on commit b81a6e2

Please sign in to comment.