this might solve Issue 1132

This commit is contained in:
Thomas Nagy 2012-04-03 23:40:50 +02:00
parent b330556808
commit 49f773b43c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def find_dmd(conf):
"""
Find the program *dmd* or *ldc* and set the variable *D*
"""
conf.find_program(['dmd', 'ldc'], var='D')
conf.find_program(['dmd', 'ldc', 'ldc2'], var='D')
@conf
def common_flags_ldc(conf):