aboutsummaryrefslogtreecommitdiff
path: root/dependencies.py
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies.py')
-rw-r--r--dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.py b/dependencies.py
index 31ea889..750bfc5 100644
--- a/dependencies.py
+++ b/dependencies.py
@@ -161,7 +161,7 @@ class ExternalLibrary(Dependency):
if self.found():
mlog.log('Library', mlog.bold(name), 'found:', mlog.green('YES'), '(%s)' % self.fullpath)
else:
- mlog.log('Library', mlog.bold(name), 'found:,', mlog.red('NO'))
+ mlog.log('Library', mlog.bold(name), 'found:', mlog.red('NO'))
def found(self):
return self.fullpath is not None