diff options
| author | Mike Wey | 2011-09-25 23:54:24 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-09-25 23:54:24 +0200 |
| commit | 0927a16764b5ccd2ea7275bb26da8c097ce40929 (patch) | |
| tree | f313f2cead4c1ccae9d0a5b6369cbac86cf21d90 /GNUmakefile | |
| parent | 6d6a4d2388220cd084170df5c295bb963e11c829 (diff) | |
Add dmagick.Array.montage.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
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 |
