mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
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
This commit is contained in:
commit
ec465fcb75
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue