Skip to content

Commit

Permalink
link_libc in test?
Browse files Browse the repository at this point in the history
  • Loading branch information
seatedro committed Aug 31, 2024
1 parent 243c8da commit 63605fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ fn runZig(
.root_source_file = b.path("src/main.zig"),
.target = b.resolveTargetQuery(target),
.optimize = optimize,
.link_libc = true,
});
unit_tests.addCSourceFile(.{ .file = b.path("stb/stb.c") });
unit_tests.addIncludePath(dep_stb.path(""));
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ run the program with the following options (the default zig install directory is
with brightness boost and url input:
```bash
# bonus (this is a sweet wallpaper)
asciigen -i "https://w.wallhaven.cc/full/p9/wallhaven-p9gr2p.jpg" -o output.png -c -e -b 1.5
asciigen -i "https://w.wallhaven.cc/full/p9/wallhaven-p9gr2p.jpg" -o output.png -e -c-b 1.5
```

3. the program will generate an ascii art version of your input image and save it as a new image file.
Expand Down

0 comments on commit 63605fd

Please sign in to comment.