X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FMakefile;h=1533f51a0d602a2a401b93525d8351ed0d1390e0;hb=fef30a4e67878a1447ac76145fd6addf8e9fecc0;hp=35f160db364a9417e028b468828b1668789e24e6;hpb=64e3f5f510072fffe8a238edc15163b89a6002f8;p=openwrt-github%2F.git diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index 35f160db36..1533f51a0d 100644 --- a/toolchain/musl/Makefile +++ b/toolchain/musl/Makefile @@ -25,6 +25,7 @@ endef define Host/Install $(call Host/SetToolchainInfo) $(MAKE) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install + $(CP) ./include $(TOOLCHAIN_DIR)/ endef $(eval $(call HostBuild))