summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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