DOCS/waf-buildsystem.rst: fix typo

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Pedro Pombeiro 2017-02-15 10:35:09 +01:00 committed by wm4
parent 05f63edc7b
commit ea297c53c7
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ mpv's custom build step on top of waf
Build step is pretty much vanilla waf. The only difference being that the list
of source files can contain both strings or tuples. If a tuple is found,
the second element in the tuple will the used to match the features detected
the second element in the tuple will be used to match the features detected
in the configure step (the ``name`` field described above). If this feature
was not enabled during configure, the source file will not be compiled in.