git submodule update --init --recursive --depth 1
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
make: [Makefile:16: net] Error 128 (ignored)
zig build --release=fast install -Dnet=/home/jonathanhallstrom/dev/python/FuryBench/Client/Networks/F38BA80D -Druntime_net
build.zig:41:36: error: root source file struct 'fs' has no member named 'cwd'
const net_absolute = try std.fs.cwd().realpath(net, &net_abs_buf);
~~~~~~^~~~
/home/jonathanhallstrom/.zvm/0.16.0/lib/std/fs.zig:1:1: note: struct declared here
//! File System.
^~~~~~~~~~~~~~~~
referenced by:
runBuild__anon_34221: /home/jonathanhallstrom/.zvm/0.16.0/lib/std/Build.zig:2265:44
main: /home/jonathanhallstrom/.zvm/0.16.0/lib/compiler/build_runner.zig:463:29
5 reference(s) hidden; use '-freference-trace=7' to see all references
make: *** [Makefile:25: default] Error 2