aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/get-ios.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-ios.sh')
-rwxr-xr-xscripts/get-ios.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/get-ios.sh b/scripts/get-ios.sh
index 1ebc5dbb..32a3eb3e 100755
--- a/scripts/get-ios.sh
+++ b/scripts/get-ios.sh
@@ -8,8 +8,6 @@ popd > /dev/null
deps="ctemplate-ios libetpan-ios tidy-html5-ios uchardet-ios"
for dep in $deps ; do
- if test ! -d "$scriptpath/../Externals/$dep" ; then
- name="$dep"
- get_prebuilt_dep
- fi
+ name="$dep"
+ get_prebuilt_dep
done