summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMike Wey2011-09-25 23:54:24 +0200
committerMike Wey2011-09-25 23:54:24 +0200
commit0927a16764b5ccd2ea7275bb26da8c097ce40929 (patch)
treef313f2cead4c1ccae9d0a5b6369cbac86cf21d90 /GNUmakefile
parent6d6a4d2388220cd084170df5c295bb963e11c829 (diff)
Add dmagick.Array.montage.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ed9dc8d..bff4ed3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -10,8 +10,8 @@ all: lib
ifndef DC
ifneq ($(strip $(shell which dmd 2>/dev/null)),)
DC=dmd
- else ifneq ($(strip $(shell which ldc 2>/dev/null)),)
- DC=ldc
+ else ifneq ($(strip $(shell which ldc2 2>/dev/null)),)
+ DC=ldc2
else
DC=gdc
endif