diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-04-23 11:52:38 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-04-23 11:52:38 -0700 |
| commit | ec465fcb753c991f04b6f5ec3983ad21a247dc7d (patch) | |
| tree | eef12d8dcba0ec85713ad171bb0598a1700b14ad /git-compat-util.h | |
| parent | Merge branch 'ta/fast-import-parse-path-fix' (diff) | |
| parent | git-compat-util: fix NO_OPENSSL on current macOS (diff) | |
| download | git-ec465fcb753c991f04b6f5ec3983ad21a247dc7d.tar.gz git-ec465fcb753c991f04b6f5ec3983ad21a247dc7d.zip | |
Merge branch 'rs/no-openssl-compilation-fix-on-macos'
Build fix.
* rs/no-openssl-compilation-fix-on-macos:
git-compat-util: fix NO_OPENSSL on current macOS
Diffstat (limited to 'git-compat-util.h')
| -rw-r--r-- | git-compat-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index 044f87454a..ca7678a379 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -403,6 +403,7 @@ char *gitdirname(char *); #ifndef NO_OPENSSL #ifdef __APPLE__ +#undef __AVAILABILITY_MACROS_USES_AVAILABILITY #define __AVAILABILITY_MACROS_USES_AVAILABILITY 0 #include <AvailabilityMacros.h> #undef DEPRECATED_ATTRIBUTE |
