|
|
|
|
|
by Laremere
445 days ago
|
|
This post seems to be missing an additional opportunity: Zig's build can involve go build! Use Build.addSystemCommand, have it depend on library step, and have the install step depend on that step. This reduces the steps to build to just 'zig build' |
|
Obviously I will overcome this, but unlike zig itself, the build file still feels like guesswork to me.