aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/external_project.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/external_project.md')
-rw-r--r--docs/markdown/snippets/external_project.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/markdown/snippets/external_project.md b/docs/markdown/snippets/external_project.md
deleted file mode 100644
index 1608d49..0000000
--- a/docs/markdown/snippets/external_project.md
+++ /dev/null
@@ -1,13 +0,0 @@
-## `unstable_external_project` improvements
-
-- Default arguments are added to `add_project()` in case some tags are not found
- in `configure_options`: `'--prefix=@PREFIX@'`, `'--libdir=@PREFIX@/@LIBDIR@'`,
- and `'--includedir=@PREFIX@/@INCLUDEDIR@'`. It was previously considered a fatal
- error to not specify them.
-
-- When the `verbose` keyword argument is not specified, or is false, command outputs
- are written on file in `<builddir>/meson-logs/`.
-
-- The `LD` environment variable is not passed any more when running the configure
- script. It caused issues because Meson sets `LD` to the `CC` linker wrapper but
- autotools expects it to be a real linker (e.g. `/usr/bin/ld`).