aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-ctemplate-ios.sh
blob: 98dce1319907945a09c8a8e96de4911123e2b3a6 (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/ctemplate"
rev=b50f83f26ce3658889db1ae41b6a2d5874a3a10f
name="ctemplate-ios"
xcode_target="ctemplate-ios"
xcode_project="ctemplate.xcodeproj"
library="libctemplate-ios.a"
embedded_deps=""

build_git_ios