From 0927a16764b5ccd2ea7275bb26da8c097ce40929 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 25 Sep 2011 23:54:24 +0200 Subject: Add dmagick.Array.montage. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3