aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-ctemplate-osx.sh
blob: d2ccf6dc351f313f0f7349c29ee57978f072003c (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-osx"
xcode_target="ctemplate"
xcode_project="ctemplate.xcodeproj"
library="libctemplate.a"
embedded_deps=""

build_git_osx