Project

General

Profile

Bug #1582 ยป typo.diff

Mathias Gibbens, 05/06/2014 04:56 PM

View differences:

.waf-tools/cryptopp.py
if root:
self.fatal('CryptoPP not found in %s' % root)
else:
self.fatal('CryptoPP not found, please provide a --with=cryptopp=PATH argument (see help)')
self.fatal('CryptoPP not found, please provide a --with-cryptopp=PATH argument (see help)')
@conf
def check_cryptopp(self, *k, **kw):
    (1-1/1)