aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2015-09-15 15:22:13 -0700
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2015-09-15 15:22:13 -0700
commit3ef34f8b68f7963c67e4c631e0bfbd0d212ad8f7 (patch)
treef8612f7ded83c6087eb4ad09374a2def0869d629 /scripts
parent23b013b4916b492aacc253456ff7b3dc141979bd (diff)
Removed deprecated dependency
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-uchardet-ios.sh17
-rwxr-xr-xscripts/build-uchardet-osx.sh17
2 files changed, 0 insertions, 34 deletions
diff --git a/scripts/build-uchardet-ios.sh b/scripts/build-uchardet-ios.sh
deleted file mode 100755
index 8a2160fb..00000000
--- a/scripts/build-uchardet-ios.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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
diff --git a/scripts/build-uchardet-osx.sh b/scripts/build-uchardet-osx.sh
deleted file mode 100755
index cc7fa96b..00000000
--- a/scripts/build-uchardet-osx.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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