mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix the build for Mac.
FossilOrigin-Name: d36ce0bbad58445c983597ee93438fe07b659cdc
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
** Default maximum size of memory used by xFetch in the VFS.
|
||||
*/
|
||||
#ifdef __APPLE__
|
||||
# include <TargetConditions.h>
|
||||
# include <TargetConditionals.h>
|
||||
# if defined(TARGET_OS_IPHONE)
|
||||
# define SQLITE_DEFAULT_MMAP_LIMIT 0
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user