Skip to content

Commit

Permalink
Edit dummy libc program
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-carroll committed Dec 11, 2021
1 parent aca0d23 commit ab52cb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions compiler/test_gen/src/helpers/dummy_libc_program.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 incuding Wasm.\n");
printf("Use `zig build-exe` with `--global-cache-dir my/build/directory` to put libc.a where you want it.\n");
}

0 comments on commit ab52cb5

Please sign in to comment.