tidy5: fix cross build

This commit is contained in:
Jürgen Buchmüller 2015-11-25 10:23:56 +01:00
parent e70dc2335b
commit e9554cc39f

View file

@ -20,7 +20,7 @@ pre_configure() {
# the $(man) target requires tidy5 to run on the host
ln -s ${cmake_builddir}/tidy
if [ -n "$CROSS_BUILD" ]; then
rm ${pkgname}
rm -f tidy
cd ${cmake_builddir}
env - PATH=/usr/bin cmake -DBUILD_SHARED_LIB:BOOL=FALSE ${wrksrc}