blob: 5e80dd5a86cf5d7eb6fbf26572bd529eaae837a2 (
plain)
1
2
3
4
5
6
|
## Custom standard library
- It is not limited to cross builds any more, `<lang>_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)`.
|