From aee22588f9b86b414e220408a16ed75a57cf59c5 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 24 Jan 2020 15:29:36 +0100 Subject: [PATCH] dastworx, also detected DC set to ldc2 for less surprise --- dastworx/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dastworx/build.sh b/dastworx/build.sh index 8d637235..67a6863a 100755 --- a/dastworx/build.sh +++ b/dastworx/build.sh @@ -1,5 +1,6 @@ if [[ -z "$DC" ]]; then DC=dmd; fi if [[ "$DC" == "ldc" ]]; then DC=ldmd2; fi +if [[ "$DC" == "ldc2" ]]; then DC=ldmd2; fi if [[ "$DC" == "gdc" ]]; then DC=gdmd; fi if [[ -z "$MFLAGS" ]]; then MFLAGS=-m64; fi