Zig build seems to strongly prefer installing things into the prefix, however I want to install something to a path outside of the prefix, relative to the package root directory (ie. the directory containing build.zig) instead.
The only way I can see is to overwrite b.lib_dir, however I'd rather avoid that if possible, since it's just one specific library I need to install to this custom location.
I don't currently have any other libraries in my project, but that's not a guarantee so I'd rather find a better solution.
