mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make CC=$TARGET_CC \
|
make CC=$CC CPP=$CPP RANLIB=$RANLIB AR=$AR STRIP=$STRIP LOCAL_ZIP="$CFLAGS" \
|
||||||
CPP=${TARGET_PREFIX}cpp \
|
|
||||||
RANLIB=$TARGET_RANLIB \
|
|
||||||
AR=$TARGET_AR \
|
|
||||||
STRIP=$TARGET_STRIP \
|
|
||||||
LOCAL_ZIP="$TARGET_CFLAGS" \
|
|
||||||
-f unix/Makefile generic
|
-f unix/Makefile generic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user