mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
SDL: fix installaton of sdl-config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
fa4d2470b1
commit
6ad6e5c48f
@ -95,7 +95,10 @@ make
|
|||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
|
||||||
mv $SYSROOT_PREFIX/usr/bin/sdl-config $ROOT/$TOOLCHAIN/bin
|
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" \
|
||||||
|
$SYSROOT_PREFIX/usr/bin/sdl-config
|
||||||
|
|
||||||
|
cp $SYSROOT_PREFIX/usr/bin/sdl-config $ROOT/$TOOLCHAIN/bin
|
||||||
|
|
||||||
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" \
|
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" \
|
||||||
$ROOT/$TOOLCHAIN/bin/sdl-config
|
$ROOT/$TOOLCHAIN/bin/sdl-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user