aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-uchardet-osx.sh
blob: cc7fa96b9bb32cccf96c1fec880c804321dc20b9 (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/uchardet"
rev=56b8581a701c3c51d489ab2f21124da8a1f2c77b
name="uchardet-osx"
xcode_target="uchardet"
xcode_project="uchardet.xcodeproj"
library="libuchardet.a"
embedded_deps=""

build_git_osx