Ada: Difference between revisions
Tomodachi94 (talk | contribs) copyedit, add lead section |
m →Building static binaries: fix indentation |
||
| (One intermediate revision by one other user not shown) | |||
| Line 51: | Line 51: | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> | ||
buildInputs = [ | |||
glibc.static | |||
]; | |||
</syntaxHighlight> | </syntaxHighlight> | ||
There is an example on [https://github.com/blitz/adahello GitHub]. | There is an example on [https://github.com/blitz/adahello GitHub]. | ||
[[Category:Languages]] | |||