From 1c403e20e70ac523216a31f977901fb815166b7a Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 30 Jul 2020 09:21:53 -0400 Subject: Interpreter: Fix c_stdlib usage - Exceptions raised during subproject setup were ignored. - Allow c_stdlib in native file, was already half supported. - Eliminate usage of subproject variable name by overriding '_stdlib' dependency name. --- docs/markdown/snippets/stdlib.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/stdlib.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/stdlib.md b/docs/markdown/snippets/stdlib.md new file mode 100644 index 0000000..5e80dd5 --- /dev/null +++ b/docs/markdown/snippets/stdlib.md @@ -0,0 +1,6 @@ +## Custom standard library + +- It is not limited to cross builds any more, `_stdlib` property can be + set in native files. +- The variable name parameter is no longer required as long as the subproject + calls `meson.override_dependency('c_stdlib', mylibc_dep)`. -- cgit v1.1