aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/get-mac.sh
blob: 573bfe4ae9f60633cef8ce6b27002dc81814960a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

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

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

deps="ctemplate-osx libetpan-osx uchardet-osx"
for dep in $deps ; do
  name="$dep"
  get_prebuilt_dep
done