Vemahk / zig-http-test

A toy webserver, built with Zig, Zap, HTMX, and TailwindCSS
MIT License
1 stars 0 forks source link

Spice up the build.zig #14

Open Vemahk opened 11 months ago

Vemahk commented 11 months ago

I don't quiet like the defaults of how the zig builder arranges zig-out. I guess just because of my background in C#, I'm used to different build targets and modes being placed in different sub-folders in the build-out directory, but I kind of miss it.

When zig builds my project, I want it to place it in the ./zig-out/\<build_mode>/\<target> directory.

Vemahk commented 10 months ago

https://ziglang.org/learn/build-system/#handy-examples