mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
doc: fix wording in the description of the #pkgconfig
directive (#20956)
This commit is contained in:
parent
b638f587e8
commit
0211a0d548
1 changed files with 1 additions and 1 deletions
|
@ -7112,7 +7112,7 @@ and `-cflags` settings, rather than including them in the build command each tim
|
|||
|
||||
### #pkgconfig
|
||||
|
||||
Add `#pkgconfig` directive is used to tell the compiler which modules should be used for compiling
|
||||
Add `#pkgconfig` directives to tell the compiler which modules should be used for compiling
|
||||
and linking using the pkg-config files provided by the respective dependencies.
|
||||
|
||||
As long as backticks can't be used in `#flag` and spawning processes is not desirable for security
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue