diff options
author | andy5995 <andy400-dev@yahoo.com> | 2019-06-18 15:05:29 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-06-19 00:03:36 +0300 |
commit | ceb70a5c2ec966f09ed02db9d47a015ee69adaab (patch) | |
tree | a4b9b270c3c2911e6e321572228769afd31a5d19 /docs | |
parent | 9933b33c553235b1ce95b8406a6660678cd3af26 (diff) | |
download | meson-ceb70a5c2ec966f09ed02db9d47a015ee69adaab.zip meson-ceb70a5c2ec966f09ed02db9d47a015ee69adaab.tar.gz meson-ceb70a5c2ec966f09ed02db9d47a015ee69adaab.tar.bz2 |
Reference-manual.md:add missing equal sign in "both_libraries" section
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index d7d4d4b..9c98547 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -138,7 +138,7 @@ are never run in parallel. ### both_libraries() ``` meson - buildtarget both_libraries(library_name, list_of_sources, ...) + buildtarget = both_libraries(library_name, list_of_sources, ...) ``` Builds both a static and shared library with the given |