diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-06-22 21:54:07 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-06-22 21:54:07 +0300 |
| commit | 60c1bacfaad1ff74e48529e3b99618fb4f4c9072 (patch) | |
| tree | 4bbce1eafc517b689af0458d76aadf51a47fdd27 /dependencies.py | |
| parent | 85972c848d477dda125f947ecb8b3988b0a2ff50 (diff) | |
| download | meson-60c1bacfaad1ff74e48529e3b99618fb4f4c9072.tar.gz | |
Added some Fedora paths to library directory list.
Diffstat (limited to 'dependencies.py')
| -rw-r--r-- | dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.py b/dependencies.py index 31ea889ac..750bfc5f7 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 |
