aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-ctemplate-ios.sh
blob: 43561617de4cea50ade333a3d24251c784b52092 (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=2c6ff9ae7d0ae1b973e57dd19859b95282776194
name="ctemplate-ios"
xcode_target="ctemplate-ios"
xcode_project="ctemplate.xcodeproj"
library="libctemplate-ios.a"
embedded_deps=""

build_git_ios