summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index d4e6e6c829..e8f3270538 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -43,7 +43,7 @@ CFOTHERS := -fsigned-char \
-fstrict-aliasing \
-pedantic \
-D$(OS_TYPE) $(EXTRA_FLAGS) \
- -DWINMM_PLAY_SOUNDS
+ -DWINMM_PLAY_SOUNDS -DCLUA_BINDINGS
CFLAGS := $(INCLUDES) $(CFWARN) $(CFOTHERS)
YCFLAGS := $(INCLUDES) $(CFOTHERS)