mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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"
|
||||
|
||||
make_target() {
|
||||
make CXX="$TARGET_CXX" \
|
||||
make CXX="$CXX" \
|
||||
CXXFLAGS="$TARGET_CXXFLAGS" \
|
||||
RANLIB="$TARGET_RANLIB" \
|
||||
AR="$TARGET_AR" \
|
||||
STRIP="$TARGET_STRIP" \
|
||||
RANLIB="$RANLIB" \
|
||||
AR="$AR" \
|
||||
STRIP="$STRIP" \
|
||||
-f makefile
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user