tidy5: fix cross build
This commit is contained in:
@@ -20,7 +20,7 @@ pre_configure() {
|
|||||||
# the $(man) target requires tidy5 to run on the host
|
# the $(man) target requires tidy5 to run on the host
|
||||||
ln -s ${cmake_builddir}/tidy
|
ln -s ${cmake_builddir}/tidy
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
rm ${pkgname}
|
rm -f tidy
|
||||||
cd ${cmake_builddir}
|
cd ${cmake_builddir}
|
||||||
|
|
||||||
env - PATH=/usr/bin cmake -DBUILD_SHARED_LIB:BOOL=FALSE ${wrksrc}
|
env - PATH=/usr/bin cmake -DBUILD_SHARED_LIB:BOOL=FALSE ${wrksrc}
|
||||||
|
|||||||
Reference in New Issue
Block a user