mirror of
https://github.com/curl/curl.git
synced 2026-07-22 23:37:17 +03:00
--ca shows ca bundle path
This commit is contained in:
parent
73f0e32d1a
commit
98e1605b17
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ Usage: curl-config [OPTION]
|
|||
|
||||
Available values for OPTION include:
|
||||
|
||||
--ca ca bundle install path
|
||||
--cc compiler
|
||||
--cflags pre-processor and compiler flags
|
||||
--feature newline separated list of enabled features
|
||||
|
|
@ -43,6 +44,10 @@ while test $# -gt 0; do
|
|||
esac
|
||||
|
||||
case "$1" in
|
||||
--ca)
|
||||
echo @CURL_CA_BUNDLE@
|
||||
;;
|
||||
|
||||
--cc)
|
||||
echo @CC@
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue