From 6ace74a8ed9902530cc07001fc14589caf3c8d96 Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Wed, 5 Feb 2025 19:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95mpfr=E8=BF=87=E9=97=A8?= =?UTF-8?q?=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuguangzhao --- thirdparty/communitybridge/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/communitybridge/HPKBUILD b/thirdparty/communitybridge/HPKBUILD index 8808595c..02fe7a0e 100644 --- a/thirdparty/communitybridge/HPKBUILD +++ b/thirdparty/communitybridge/HPKBUILD @@ -8,7 +8,7 @@ pkgdesc="此库为影子库,只用于 CI 触发 community 目录下的库编 url="" archs=("armeabi-v7a" "arm64-v8a") license=() -depends=() # 填下 community 下的库目录名,lycium 会自动触发其的编译工作 +depends=("mpfr") # 填下 community 下的库目录名,lycium 会自动触发其的编译工作 makedepends=() source= -- Gitee