Framework: allow PLUGIN_NO_ABI setting; closes #73

This commit is contained in:
Franco Fichtner
2017-02-06 12:46:49 +01:00
parent 59d7a14600
commit 981823b4a6
+4
View File
@@ -81,6 +81,10 @@ manifest: check
@echo "prefix: \"${LOCALBASE}\""
@echo "licenselogic: \"single\""
@echo "licenses: [ \"BSD2CLAUSE\" ]"
.if defined(PLUGIN_NO_ABI)
@echo "arch: `pkg config abi | tr '[:upper:]' '[:lower:]' | cut -d: -f1`:*:*"
@echo "abi: `pkg config abi | cut -d: -f1`:*:*"
.endif
.if defined(PLUGIN_DEPENDS)
@echo "deps: {"
@for PLUGIN_DEPEND in ${PLUGIN_DEPENDS}; do \