mlog.log('Meson doesn\'t support',mlog.bold(dc),'as it\'s only a DMD frontend for another compiler, skipping.')
exelist.remove(dc)
ifnotexelist:
raiseEnvironmentException('Couldn\'t find any compatible D compiler in the DC environment variable. Please provide a valid value for DC or unset it so that Meson resolve the compiler by itself.')
raiseEnvironmentException('Meson doesn\'t support %s as it\'s only a DMD frontend for another compiler. Please provide a valid value for DC or unset it so that Meson can resolve the compiler by itself.'%exelist[-1])