Reproduce with: ```bash $ touch foo.zig $ zig build-obj --name /tmp/foo foo.zig unable to write object file .//tmp/foo.o: No such file or directory ``` Zig is prefixing the `--name` argument with `./` for some reason?