Include Info.plist in .framework

This commit is contained in:
Jonathan Schleifer 2017-10-15 21:32:24 +02:00
parent a14e5d7e93
commit 77cbe02256
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3

View file

@ -313,15 +313,15 @@ ${FRAMEWORK}: ${EXT_DEPS} ${LIB_OBJS} ${LIB_OBJS_EXTRA}
rm -fr $$dir; \ rm -fr $$dir; \
done; \ done; \
${MAKE} includedir=$$PWD/$$out/Headers INSTALL_INCLUDES_IF_SUBDIR=${includesubdir} install-includes; \ ${MAKE} includedir=$$PWD/$$out/Headers INSTALL_INCLUDES_IF_SUBDIR=${includesubdir} install-includes; \
if test -f module.map; then \ for i in Info.plist module.map; do \
i=module.map; \ test -f $$i || continue; \
${INSTALL_STATUS}; \ ${INSTALL_STATUS}; \
if ${INSTALL} -m 644 $$i $$out/$$i; then \ if ${INSTALL} -m 644 $$i $$out/$$i; then \
${INSTALL_OK}; \ ${INSTALL_OK}; \
else \ else \
${INSTALL_FAILED}; \ ${INSTALL_FAILED}; \
fi \ fi \
fi done
${MORPHOS_LIB} ${MORPHOS_LIB_NOINST}: ${EXT_DEPS} ${MORPHOS_LIB_OBJS} ${MORPHOS_LIB_OBJS_EXTRA} ${MORPHOS_LIB} ${MORPHOS_LIB_NOINST}: ${EXT_DEPS} ${MORPHOS_LIB_OBJS} ${MORPHOS_LIB_OBJS_EXTRA}
${LINK_STATUS} ${LINK_STATUS}