mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
p7zip: dont use $TARGET_* variables
This commit is contained in:
parent
c65ebdaec3
commit
dee1900266
@ -32,7 +32,7 @@ PKG_LONGDESC="p7zip is a port of 7za.exe for POSIX systems like Unix"
|
|||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make TARGET_CXX=$TARGET_CXX TARGET_CC=$TARGET_CC 7z 7za
|
make TARGET_CXX=$CXX TARGET_CC=$CC 7z 7za
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user