Skip to content

Commit

Permalink
curl.test.patch: try disabling availability hack
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 7, 2024
1 parent 45c5737 commit 769047b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions curl.test.patch
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,13 @@ index e8be5d0ccd9104..804cdebc648032 100644
#endif /* USE_ECH */

#ifdef HAS_ALPN
--- a/curl_setup.h
+++ b/curl_setup.h
@@ -57,7 +57,6 @@
!defined(__clang__) && \
defined(__GNUC__) && __GNUC__ >= 12 && \
defined(__has_attribute)
-#define availability curl_pp_attribute_disabled
#endif

#if defined(__APPLE__)

0 comments on commit 769047b

Please sign in to comment.