aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-01-21 18:10:16 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-01-21 18:10:16 -0800
commitd71b7f084b55cefd6933de4231ca8c0f79b08c6c (patch)
treee32f79f2695128151b881b3e5201801adc04ee8c /scripts
parent6c42d89fdf9b0ef23469768ab3491f3400ad73eb (diff)
Fixed build
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