From 9b037f593c1935ece3837bfefe56f7a3686cc046 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 8 Jun 2023 12:38:42 +0000 Subject: [PATCH] Update repo --- scripts/setup-ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index c139a17ad4..a1491a0113 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -135,7 +135,9 @@ PACKAGES+=" ruby" # Needed by host build of package nodejs. PACKAGES+=" libc-ares-dev" +PACKAGES+=" libc-ares-dev:i386" PACKAGES+=" libicu-dev" +PACKAGES+=" libicu-dev:i386" # Needed by php. PACKAGES+=" re2c"