musl-cross-make
musl-cross-make copied to clipboard
OUTPUT should be an absolute path?
Shouldn't the user be notified that he/she should specify an absolute path when deciding to use a custom OUTPUT?
Not specifying an OUTPUT, works and installs fine in output.
The issue only shows when OUTPUT is a relative directory (e.g. OUTPUT=testme).
That's a good question. The original intent was that you could use relative paths, but I don't think it works right now. I guess I should either find a way to fix it, automatically replace with absolute, or error out on relative paths until it's fixed.
Keeping this issue open then until this is fixed.
Thank you for your hard work.