summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-11-20 09:53:11 -0800
committerSteven Noonan <steven@uplinklabs.net>2009-11-20 09:55:00 -0800
commitab09f427ff764fa65c9093a168cdade396ea4609 (patch)
treecf0602972cdcc63b5a5cd3661fd0c70b9b9c489c /crawl-ref/source
parentdf09da49b10c2ca30c46f26f5fe9e27890cfb73f (diff)
downloadcrawl-ref-ab09f427ff764fa65c9093a168cdade396ea4609.tar.gz
crawl-ref-ab09f427ff764fa65c9093a168cdade396ea4609.zip
makefile: Darwin needs SQLite built
/usr/include/sqlite3.h isn't the include used when we actually compile, because Mac OS X uses SDK versions. The 10.4 SDK is the default, and its SQLite doesn't have new enough functions. So we force building it. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 3c7dbefbd9..6ff05d41c7 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -167,6 +167,7 @@ ifeq ($(uname_S),Darwin)
ifndef NO_APPLE_GCC
APPLE_GCC = YesPlease
endif
+ BUILD_SQLITE = YesPlease
ifdef TILES
EXTRA_LIBS += -framework AppKit -framework AudioUnit -framework Carbon -framework IOKit -framework OpenGL contrib/install/lib/libSDLmain.a
BUILD_FREETYPE = YesPlease