dastworx, also detected DC set to ldc2 for less surprise

This commit is contained in:
Basile Burg 2020-01-24 15:29:36 +01:00
parent bfbe94aa47
commit aee22588f9
1 changed files with 1 additions and 0 deletions

View File

@ -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