diff options
author | Khairul Azhar Kasmiran <kazarmy@gmail.com> | 2019-09-16 18:24:38 +0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-09-23 13:27:10 -0400 |
commit | 6b0c711c912578372f9dcf53c9301fb9f3b167ea (patch) | |
tree | 1fbb6af953b67ae2a1d71ca21e59b8d0e00fd8dd | |
parent | 179861ccd199035e4a610b0ebf28fe99cb3502ae (diff) | |
download | meson-6b0c711c912578372f9dcf53c9301fb9f3b167ea.zip meson-6b0c711c912578372f9dcf53c9301fb9f3b167ea.tar.gz meson-6b0c711c912578372f9dcf53c9301fb9f3b167ea.tar.bz2 |
Add Windows behavior to executable()'s install_rpath arg doc [skip ci]
-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. |