mirror of
https://github.com/libretro/Lakka.git
synced 2025-03-04 13:49:19 +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
|
||||
|
||||
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" \
|
||||
$ROOT/$TOOLCHAIN/bin/sdl-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user