musl-cross-make icon indicating copy to clipboard operation
musl-cross-make copied to clipboard

'make install' doesn't work

Open darealshinji opened this issue 1 year ago • 1 comments

I had to manually move into build/local/x86_64-linux-musl and run make install from there to generate the "output" directory. Building with make TARGET=x86_64-linux-musl worked fine without any issues.

darealshinji avatar Oct 02 '22 12:10 darealshinji

make install works fine. Do you have OUTPUT=/path/to/install/dir set either via an argument to make or in config.mak?

ryanwoodsmall avatar Oct 03 '22 03:10 ryanwoodsmall