Reference-manual.md:add missing equal sign in "both_libraries" section

[skip ci]
pull/5519/head
andy5995 5 years ago committed by Jussi Pakkanen
parent 9933b33c55
commit ceb70a5c2e
  1. 2
      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

Loading…
Cancel
Save