#Building multiple files in one build.zig
1 messages · Page 1 of 1 (latest)
if you mean build the same root_module for different platforms this might help: https://ziglang.org/learn/build-system/#release
1 messages · Page 1 of 1 (latest)
Haiiii
Is there any way to build multiple files with a single run of a build.zig? For multiple platforms e.g.
I tried just doing b.installArtifact(exe); multiple times, but it seems to only do the last one
if you mean build the same root_module for different platforms this might help: https://ziglang.org/learn/build-system/#release