Fix up D build some more
This commit is contained in:
parent
5915840866
commit
dbc447cc75
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue