mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
unzip: dont use $TARGET_* variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6c55ec91f5
commit
2564214d4c
@ -34,11 +34,8 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
make_target() {
|
||||
make CC=$TARGET_CC \
|
||||
RANLIB=$TARGET_RANLIB \
|
||||
AR=$TARGET_AR \
|
||||
STRIP=$TARGET_STRIP \
|
||||
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
|
||||
make CC=$CC RANLIB=$RANLIB AR=$AR STRIP=$STRIP \
|
||||
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user