From d71b7f084b55cefd6933de4231ca8c0f79b08c6c Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Wed, 21 Jan 2015 18:10:16 -0800 Subject: Fixed build --- scripts/get-ios.sh | 2 +- scripts/get-mac.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3