git submodule update --init --recursive --depth 1
fatal: not a git repository (or any of the parent directories): .git
make: [Makefile:16: net] Error 128 (ignored)
zig build --release=fast install -Dnet=/home/aron/OpenBench/Client/Networks/28896B14 -Druntime_net
build.zig:32:10: error: no field named 'target' in struct 'Build.ExecutableOptions'
.target = target,
^~~~~~
/home/aron/.zvm/0.15.2/lib/std/Build.zig:771:31: note: struct declared here
pub const ExecutableOptions = struct {
^~~~~~
referenced by:
runBuild__anon_23550: /home/aron/.zvm/0.15.2/lib/std/Build.zig:2215:44
main: /home/aron/.zvm/0.15.2/lib/compiler/build_runner.zig:366:29
5 reference(s) hidden; use '-freference-trace=7' to see all references
make: *** [Makefile:25: default] Error 2