aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-libetpan-osx.sh
blob: 07e9c46143a793e9dcff9838d1a62fba80a8c118 (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/libetpan.git"
rev=91d6195f3212e2d4319ba6bfdbbe1222e2eafa0f
name="libetpan-osx"
xcode_target="static libetpan"
xcode_project="libetpan.xcodeproj"
library="libetpan.a"
embedded_deps=""

build_git_osx