SDL: remove symlinking includedir

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-19 20:36:19 +02:00
parent 0328761868
commit f939c42f43

View File

@ -102,5 +102,3 @@ 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
mkdir -p $ROOT/$TOOLCHAIN/include
ln -snf `echo $ROOT/$PKG_BUILD/include` $ROOT/$TOOLCHAIN/include/SDL