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