summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index c90de46ffb..6056922ce1 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -146,9 +146,13 @@ else
ifdef NEED_LIBW32C
OBJECTS += libw32c.o
else
+ifdef NEED_LIBDOS
+OBJECTS += libdos.o
+else
OBJECTS += libunix.o
endif
endif
+endif
# To get stack trace symbols.
# Note that MinGW doesn't support -rdynamic.