aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/per_project_compiler.md6
-rw-r--r--docs/yaml/functions/executable.yaml2
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/markdown/snippets/per_project_compiler.md b/docs/markdown/snippets/per_project_compiler.md
new file mode 100644
index 0000000..dcf47a1
--- /dev/null
+++ b/docs/markdown/snippets/per_project_compiler.md
@@ -0,0 +1,6 @@
+## Per-subproject languages
+
+Subprojects does not inherit languages added by main project or other subprojects
+any more. This could break subprojects that wants to compile e.g. `.c` files but
+did not add `c` language, either in `project()` or `add_languages()`, and were
+relying on the main project to do it for them.
diff --git a/docs/yaml/functions/executable.yaml b/docs/yaml/functions/executable.yaml
index 2e57bd4..cdf764a 100644
--- a/docs/yaml/functions/executable.yaml
+++ b/docs/yaml/functions/executable.yaml
@@ -29,7 +29,7 @@ kwargs:
the `implib` argument.
implib:
- type: bool
+ type: bool | str
since: 0.42.0
description: |
When set to true, an import library is generated for the