tidy5: fix cross build
This commit is contained in:
parent
e70dc2335b
commit
e9554cc39f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue