mirror of
https://github.com/curl/curl.git
synced 2026-07-16 10:17:21 +03:00
vtls: Fix comment typo about macosx-version-min compiler flag
Closes https://github.com/curl/curl/pull/4425
This commit is contained in:
parent
e32488f578
commit
c7e6b71e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
/* These macros mean "the following code is present to allow runtime backward
|
||||
compatibility with at least this cat or earlier":
|
||||
(You set this at build-time using the compiler command line option
|
||||
"-mmacos-version-min.") */
|
||||
"-mmacosx-version-min.") */
|
||||
#define CURL_SUPPORT_MAC_10_5 MAC_OS_X_VERSION_MIN_REQUIRED <= 1050
|
||||
#define CURL_SUPPORT_MAC_10_6 MAC_OS_X_VERSION_MIN_REQUIRED <= 1060
|
||||
#define CURL_SUPPORT_MAC_10_7 MAC_OS_X_VERSION_MIN_REQUIRED <= 1070
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue