And another!

This commit is contained in:
alexrp 2012-06-08 23:01:54 +02:00
parent fdf234c2a6
commit 2318c294dd
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ def find_ldc2(conf):
conf.find_program(['ldc2'], var='D')
out = conf.cmd_and_log([conf.env.D, '-version'])
if out.find("based on DMD v2.") == -1:
conf.fatal("detected compiler is not ldc2")
if out.find("based on DMD v2.") == -1:
conf.fatal("detected compiler is not ldc2")
@conf
def common_flags_ldc2(conf):