mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
irserver: dont use $TARGET_* variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
619c008bee
commit
800995675a
@ -39,7 +39,7 @@ elif [ "$TARGET_ARCH" = "arm" ]; then
|
||||
fi
|
||||
|
||||
make_target() {
|
||||
make CC=$TARGET_CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" $IRSERVER_BIN
|
||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" $IRSERVER_BIN
|
||||
$STRIP $IRSERVER_BIN
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user