mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 05:09:36 +00:00
Fix BoringSSL include path
A build error on Mac is caused due to the build using OpenSSL headers instead of BoringSSL. Attempt to fix that.
This commit is contained in:
@@ -423,7 +423,7 @@ $(CURL_VERSION)/.chrome: $(chrome_libs) $(CURL_VERSION).tar.xz $(CURL_VERSION)/.
|
|||||||
config_flags="$$config_flags --with-ca-path=$(with_ca_path)"; \
|
config_flags="$$config_flags --with-ca-path=$(with_ca_path)"; \
|
||||||
fi; \
|
fi; \
|
||||||
add_libs="-pthread"; \
|
add_libs="-pthread"; \
|
||||||
add_cflags="-I$(boringssl_install_dir)"; \
|
add_cflags="-I$(boringssl_install_dir)/include"; \
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Configuring curl with: $$config_flags"
|
echo "Configuring curl with: $$config_flags"
|
||||||
|
Reference in New Issue
Block a user