From ec8c86d24eb63a3552ea117072e9c8837ea4b7f9 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 27 Apr 2021 00:18:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20OpenDingux/build.sh:=20Remove=20?= =?UTF-8?q?fmt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This installs `libfmt.so` which won't be present on the device itself. --- Packaging/OpenDingux/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packaging/OpenDingux/build.sh b/Packaging/OpenDingux/build.sh index 8c77d176e..cfc0afda8 100755 --- a/Packaging/OpenDingux/build.sh +++ b/Packaging/OpenDingux/build.sh @@ -66,7 +66,7 @@ prepare_buildroot() { make_buildroot() { cd "$BUILDROOT" - BR2_JLEVEL=0 make toolchain libzip sdl sdl_mixer sdl_ttf fmt + BR2_JLEVEL=0 make toolchain libzip sdl sdl_mixer sdl_ttf cd - }