iOS: move get-dep-lib outside ARCH loop

Fetch all 3rd party libs before entering ARCH loop

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-06-06 13:53:22 +02:00 committed by Dirk Hohndel
parent 2e8f506635
commit 771bd4bce4

View file

@ -73,6 +73,9 @@ popd
# now build all the dependencies for the three relevant architectures (x86_64 is for the simulator)
# get all 3rd part libraries
../../scripts/get-dep-lib.sh ios .
for ARCH in $ARCHS; do
echo next building for $ARCH
@ -124,8 +127,6 @@ echo next building for $ARCH
target=$ARCH
hosttarget=$ARCH
../../scripts/get-dep-lib.sh ios .
# libxslt have too old config.sub
pushd libxslt
autoreconf --install