Fix up D build some more

This commit is contained in:
Johan Engelen 2016-10-19 21:01:13 +02:00
parent 5915840866
commit dbc447cc75
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
GDC?=gdc
DMD?=dmd
demangle: demangle.d
ifneq "" "$(shell which $DMD)"
ifneq "" "$(shell which ${DMD})"
$(DMD) -O -release $< -of$@
else
$(GDC) -O2 $< -o $@