mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc-addon-xvdr: strip
This commit is contained in:
parent
79f8b7fc14
commit
d05b5722a1
@ -40,3 +40,9 @@ pre_make_target() {
|
||||
# dont build parallel
|
||||
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