From 72917ae6bda65eba65036f2cb8a55b320383f84a Mon Sep 17 00:00:00 2001 From: Salman Mohammed Date: Fri, 17 Jan 2025 07:29:51 -0500 Subject: [PATCH] use pkg-config instead of pkg-config:arm64 in linux aarch64 cross target --- Cross.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cross.toml b/Cross.toml index 5c4db82b35..a88ca08777 100644 --- a/Cross.toml +++ b/Cross.toml @@ -6,7 +6,7 @@ pre-build = [ "dpkg --add-architecture arm64", """\ apt-get update --fix-missing && apt-get install -y \ - pkg-config:arm64 \ + pkg-config \ libssl-dev:arm64 \ libdbus-1-dev:arm64 \ libxcb1-dev:arm64