summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rpath_behavior.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/rpath_behavior.md')
-rw-r--r--docs/markdown/snippets/rpath_behavior.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/rpath_behavior.md b/docs/markdown/snippets/rpath_behavior.md
deleted file mode 100644
index c46f0c2e6..000000000
--- a/docs/markdown/snippets/rpath_behavior.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## rpath removal now more careful
-
-On Linux-like systems, meson adds rpath entries to allow running apps
-in the build tree, and then removes those build-time-only
-rpath entries when installing. Rpath entries may also come
-in via LDFLAGS and via .pc files. Meson used to remove those
-latter rpath entries by accident, but is now more careful.