I want the --prefix and --root arguments to work as it is done on setuptools/distutils (when using setup.py install) or pip's.
I was trying to use this on MSYS2's packages but I couldn't find an option to change the prefix without which it would use absolute windows path which can't be used in packages. For example, see file difference on a CI run here.
Thanks for this project.