diff options
Diffstat (limited to 'docs/markdown')
-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 c701caf..5ab645b 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -597,7 +597,7 @@ be passed to [shared and static libraries](#library). - `install_mode` *(added 0.47.0)* specify the file mode in symbolic format and optionally the owner/uid and group/gid for the installed files. - `install_rpath` a string to set the target's rpath to after install - (but *not* before that) + (but *not* before that). On Windows, this argument has no effect. - `objects` list of prebuilt object files (usually for third party products you don't have source to) that should be linked in this target, **never** use this for object files that you build yourself. |