Do not install the v35 archives (-50MB) in make install ##build

This commit is contained in:
pancake 2022-11-05 23:17:36 +01:00 committed by pancake
parent c6acdc3926
commit 64620755d8

View File

@ -234,7 +234,7 @@ install: install-includes install-pkgconfig
${INSTALL_LIB} "$$lib" "${DESTDIR}${LIBDIR}/$$lib"; \
fi
# object archives
@for FILE in `find * -type f -iname "*.${EXT_AR}" | grep -v fs/p` ; do \
@for FILE in `find * -type f -iname "*.${EXT_AR}" | grep -v dis.a | grep -v fs/p` ; do \
echo " ${DESTDIR}${LIBDIR}/$$FILE"; ${INSTALL_DATA} $$FILE "${DESTDIR}${LIBDIR}" ; done || true
# plugins
@${INSTALL_DIR} "${DESTDIR}${LIBDIR}/radare2/${VERSION}"