mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
unzip: use cflags correctly
This commit is contained in:
parent
7af5fff73b
commit
1887e85842
@ -38,8 +38,7 @@ make_target() {
|
|||||||
RANLIB=$TARGET_RANLIB \
|
RANLIB=$TARGET_RANLIB \
|
||||||
AR=$TARGET_AR \
|
AR=$TARGET_AR \
|
||||||
STRIP=$TARGET_STRIP \
|
STRIP=$TARGET_STRIP \
|
||||||
CFLAGS="$CFLAGS" \
|
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
|
||||||
-f unix/Makefile generic
|
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user