aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-tidy-ios.sh
blob: 269ce6c8474f22a2edd69e1d9b728b085872c90e (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=7361665fe46de3ec86dc508876866614f7053160
name="tidy-html5-ios"
xcode_target="tidy"
xcode_project="Tidy.xcodeproj"
library="libtidy.a"
embedded_deps=""

build_git_ios