1
0
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:
drh
2013-04-02 18:25:04 +00:00
parent f6653871b2
commit a2c16c084a
3 changed files with 9 additions and 9 deletions

View File

@@ -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