3
0
mirror of https://github.com/isar/libmdbx.git synced 2025-04-08 05:17:45 +08:00

Merged with fix_apple

This commit is contained in:
yperbasis 2022-07-20 11:22:26 +00:00
commit 0af84be269

@ -158,6 +158,7 @@
#endif
#ifdef __APPLE__
#include <AvailabilityMacros.h>
#ifndef MAC_OS_X_VERSION_MIN_REQUIRED
#define MAC_OS_X_VERSION_MIN_REQUIRED 1070 /* Mac OS X 10.7, 2011 */
#endif