This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
9825
Commits
80
Branches
175
Tags
89 MiB
Python
80.1%
Meson
11.8%
C
3.7%
Shell
1.1%
C++
1.1%
Other
1.5%
Tree:
01edd26baf
meson
/
docs
/
markdown
/
snippets
/
stdlib.md
268 B
Raw
Blame
History
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)
.