aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-tidy-ios.sh
blob: 5a840674796deb4e7a0759d328ec8aade4566d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

pushd "`dirname "$0"`" > /dev/null
scriptpath="`pwd`"
popd > /dev/null

. "$scriptpath/include.sh/build-dep.sh"

url="https://github.com/dinhviethoa/tidy-html5"
rev=71aaa8669c664447743bba73e07d70c291548dca
name="tidy-html5-ios"
xcode_target="tidy"
xcode_project="Tidy.xcodeproj"
library="libtidy.a"
embedded_deps=""

build_git_ios