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/
6861
Commits
80
Branches
175
Tags
89 MiB
Tree:
680d266591
meson
/
test cases
/
unit
/
42 rpath order
/
myexe.c
4 lines
31 B
Raw
Normal View
History
Unescape
Escape
Make the rpath order deterministic. (#3932)
7 years ago
int
main
(
void
)
{
return
0
;
}