aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-uchardet-ios.sh
blob: 8a2160fb5c127ed14002c39bee5650ec116a7cde (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-ios"
xcode_target="uchardet-ios"
xcode_project="uchardet.xcodeproj"
library="libuchardet-ios.a"
embedded_deps=""

build_git_ios