aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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