summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-16 00:18:09 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-16 00:18:09 +0000
commit6ed4daf41beec1170a296309f5013ced65ceab20 (patch)
treea49673d52a5808b52ce55dd2405d2bd346db1696 /crawl-ref
parent66655ac9ab90d43e6a930fa614973aa788895b96 (diff)
downloadcrawl-ref-6ed4daf41beec1170a296309f5013ced65ceab20.tar.gz
crawl-ref-6ed4daf41beec1170a296309f5013ced65ceab20.zip
Make CLUA_BINDINGS the default for unix builds.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2100 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix
index c245a47e76..f8211891d8 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -110,7 +110,7 @@ INCLUDES := $(INCLUDES) -Iutil -I. -I$(LUASRC) $(EXTRA_INCLUDES)
CFWARN := -Wall -Wwrite-strings \
-Wshadow -pedantic
-CFOTHERS := -fsigned-char -D$(OS_TYPE) $(EXTRA_FLAGS)
+CFOTHERS := -fsigned-char -D$(OS_TYPE) $(EXTRA_FLAGS) -DCLUA_BINDINGS
ifneq ($(SAVEDIR),)
CFOTHERS += '-DSAVE_DIR_PATH="$(SAVEDIR)"'