mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
unrar: dont use $TARGET_* variables
This commit is contained in:
parent
dee1900266
commit
39f38ab216
@ -32,11 +32,11 @@ PKG_LONGDESC="Unrar is a package to handle files compressed in the RAR format. D
|
|||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make CXX="$TARGET_CXX" \
|
make CXX="$CXX" \
|
||||||
CXXFLAGS="$TARGET_CXXFLAGS" \
|
CXXFLAGS="$TARGET_CXXFLAGS" \
|
||||||
RANLIB="$TARGET_RANLIB" \
|
RANLIB="$RANLIB" \
|
||||||
AR="$TARGET_AR" \
|
AR="$AR" \
|
||||||
STRIP="$TARGET_STRIP" \
|
STRIP="$STRIP" \
|
||||||
-f makefile
|
-f makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user