Fix baidupcs-web file name to fit i386 device (#5263)

This commit is contained in:
SuLingGG 2020-08-06 13:10:43 +08:00 committed by GitHub
parent 85808a075c
commit 376abbc89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ endef
STRIP:=true
ifeq ($(ARCH),i386)
PKG_ARCH_BAIDUPCS-WEB:=86
PKG_ARCH_BAIDUPCS-WEB:=386
endif
ifeq ($(ARCH),x86_64)