aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/prepare-ios.sh
blob: 44ccb2e074cde28d6829e75c82fd6fb5e34a9f49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
./get-prebuilt.sh

if test ! -d ../Externals/tidy-html5-ios ; then
  ./prepare-tidy-ios.sh
fi
if test ! -d ../Externals/icu4c-ios ; then
  ./prepare-icu4c-ios.sh
fi
if test ! -d ../Externals/libetpan-ios ; then
  ./prepare-libetpan-ios.sh
fi
if test ! -d ../Externals/ctemplate-ios ; then
  ./prepare-ctemplate-ios.sh
fi