richfelker / musl-cross-make

Simple makefile-based build for musl cross compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'make install' doesn't work

darealshinji opened this issue · 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.

commented

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