aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/get-ios.sh
blob: 32a3eb3e11821b9902b326bb9cbc863fd730076f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

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

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

deps="ctemplate-ios libetpan-ios tidy-html5-ios uchardet-ios"
for dep in $deps ; do
  name="$dep"
  get_prebuilt_dep
done