Merge branch 'develop-500' of github.com:htacg/tidy-html5 into develop-500
This commit is contained in:
commit
071407bc24
1
build/cmake/.gitignore
vendored
1
build/cmake/.gitignore
vendored
|
@ -17,4 +17,5 @@ tab2space
|
||||||
tidy5
|
tidy5
|
||||||
libtidy5*
|
libtidy5*
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
|
test71
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,11 @@ TMPOPTS="-DCMAKE_INSTALL_PREFIX=$TMPINST"
|
||||||
# Default to SHARED library in unix
|
# Default to SHARED library in unix
|
||||||
TMPOPTS="$TMPOPTS -DBUILD_SHARED_LIB:BOOL=TRUE"
|
TMPOPTS="$TMPOPTS -DBUILD_SHARED_LIB:BOOL=TRUE"
|
||||||
|
|
||||||
|
for arg in $@; do
|
||||||
|
TMPOPTS="$TMPOPTS $arg"
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
echo "$BN: Doing: 'cmake $TMPSRC $TMPOPTS' to $BLDLOG"
|
echo "$BN: Doing: 'cmake $TMPSRC $TMPOPTS' to $BLDLOG"
|
||||||
cmake $TMPSRC $TMPOPTS >> $BLDLOG 2>&1
|
cmake $TMPSRC $TMPOPTS >> $BLDLOG 2>&1
|
||||||
if [ ! "$?" = "0" ]; then
|
if [ ! "$?" = "0" ]; then
|
||||||
|
|
Loading…
Reference in a new issue