mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Edit dummy libc program
This commit is contained in:
parent
544caf0f43
commit
e9343d8b2a
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
void main() {
|
||||
printf("Hello, I am a C program and I use libc.\n");
|
||||
printf("Would you like to use libc too, but just can't find the right path?\n");
|
||||
printf("Well, simply compile me from build.rs using Zig's --global-cache-dir,\n");
|
||||
printf("and have libc.a delivered right to your build directory!\n");
|
||||
printf("If you compile me, you'll compile libc too. That's handy for cross-compilation including Wasm.\n");
|
||||
printf("Use `zig build-exe` with `--global-cache-dir my/build/directory` to put libc.a where you want it.\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue