mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
xbmc-addon-xvdr: strip
This commit is contained in:
parent
76c4849573
commit
8ba50a8653
@ -40,3 +40,9 @@ pre_make_target() {
|
|||||||
# dont build parallel
|
# dont build parallel
|
||||||
MAKEFLAGS=-j1
|
MAKEFLAGS=-j1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_makeinstall_target() {
|
||||||
|
if [ "$DEBUG" != yes ]; then
|
||||||
|
$STRIP $INSTALL/usr/share/xbmc/addons/pvr.vdr.xvdr/XBMC_VDR_xvdr.pvr
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user