build: ensure that dash isn't prepended twice to abi version suffix

This commit is contained in:
lean 2021-06-16 18:13:00 +08:00
parent 99db707263
commit 38b89d9fc2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ endef
# 1: package name
define GetABISuffix
$(call FormatABISuffix,$(1),$(if $(ABIV_$(1)),$(ABIV_$(1)),$(foreach v,$(wildcard $(STAGING_DIR)/pkginfo/$(1).version),$(shell cat $(v)))))
$(if $(ABIV_$(1)),$(ABIV_$(1)),$(call FormatABISuffix,$(1),$(foreach v,$(wildcard $(STAGING_DIR)/pkginfo/$(1).version),$(shell cat $(v)))))
endef
# 1: package name