mirror of https://github.com/mpv-player/mpv
DOCS/waf-buildsystem.rst: fix typo
Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
parent
05f63edc7b
commit
ea297c53c7
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue