Merge branch 'develop-500' of github.com:htacg/tidy-html5 into develop-500

This commit is contained in:
Geoff McLane 2015-02-10 15:32:29 +01:00
commit 071407bc24
2 changed files with 6 additions and 0 deletions

View file

@ -17,4 +17,5 @@ tab2space
tidy5
libtidy5*
install_manifest.txt
test71

View file

@ -19,6 +19,11 @@ TMPOPTS="-DCMAKE_INSTALL_PREFIX=$TMPINST"
# Default to SHARED library in unix
TMPOPTS="$TMPOPTS -DBUILD_SHARED_LIB:BOOL=TRUE"
for arg in $@; do
TMPOPTS="$TMPOPTS $arg"
done
echo "$BN: Doing: 'cmake $TMPSRC $TMPOPTS' to $BLDLOG"
cmake $TMPSRC $TMPOPTS >> $BLDLOG 2>&1
if [ ! "$?" = "0" ]; then