Fix baidupcs-web file name to fit i386 device

This commit is contained in:
SuLingGG 2020-08-06 13:10:43 +08:00 committed by CN_SZTL
parent a6eeb0f101
commit fc71592477
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

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)