aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-ctemplate-osx.sh
blob: 3cbb9d0eb1035f6627925f26c2bba0ed7269563d (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