aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-mailcore2-osx.sh
blob: 694fd20bbe63ae25dbe4843e6b7399d9a46c45c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

pushd "`dirname "$0"`" > /dev/null
scriptpath="`pwd`"
popd > /dev/null

. "$scriptpath/include.sh/build-dep.sh"

url="https://github.com/mailcore/mailcore2.git"
rev=26b78229f7b09fa3f358c0ab096d6d9504ca56ba
name="mailcore2-osx"
xcode_target="static mailcore2 osx"
xcode_project="mailcore2.xcodeproj"
library="libMailCore.a"
embedded_deps="ctemplate-osx libetpan-osx"
build_mailcore=1

build_git_osx