Browse Source

🐞 OpenDingux/build.sh: Remove fmt

This installs `libfmt.so` which won't be present on the device itself.
pull/1651/head
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
ec8c86d24e
  1. 2
      Packaging/OpenDingux/build.sh

2
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 -
}

Loading…
Cancel
Save