aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-ios.sh2
-rwxr-xr-xscripts/get-mac.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get-ios.sh b/scripts/get-ios.sh
index 006fa0bf..69ba6307 100755
--- a/scripts/get-ios.sh
+++ b/scripts/get-ios.sh
@@ -6,7 +6,7 @@ popd > /dev/null
. "$scriptpath/include.sh/build-dep.sh"
-deps="ctemplate-ios libetpan-ios tidy-html5-ios uchardet-ios"
+deps="ctemplate-ios libetpan-ios tidy-html5-ios"
for dep in $deps ; do
name="$dep"
get_prebuilt_dep
diff --git a/scripts/get-mac.sh b/scripts/get-mac.sh
index 12edbcee..7f015eda 100755
--- a/scripts/get-mac.sh
+++ b/scripts/get-mac.sh
@@ -6,7 +6,7 @@ popd > /dev/null
. "$scriptpath/include.sh/build-dep.sh"
-deps="ctemplate-osx libetpan-osx uchardet-osx"
+deps="ctemplate-osx libetpan-osx"
for dep in $deps ; do
name="$dep"
get_prebuilt_dep