0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-22 23:05:58 +00:00

compress: automated code cleanup

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard
2021-01-19 19:33:43 +00:00
parent d758cd4728
commit 34142fb3ea
9 changed files with 48 additions and 48 deletions

@ -20,6 +20,6 @@ make_host() {
}
makeinstall_host() {
mkdir -p $TOOLCHAIN/bin
mkdir -p ${TOOLCHAIN}/bin
cp pigz ${TOOLCHAIN}/bin
}