mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
2e8f506635
commit
771bd4bce4
1 changed files with 3 additions and 2 deletions
|
@ -73,6 +73,9 @@ popd
|
||||||
|
|
||||||
# now build all the dependencies for the three relevant architectures (x86_64 is for the simulator)
|
# 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
|
for ARCH in $ARCHS; do
|
||||||
|
|
||||||
echo next building for $ARCH
|
echo next building for $ARCH
|
||||||
|
@ -124,8 +127,6 @@ echo next building for $ARCH
|
||||||
target=$ARCH
|
target=$ARCH
|
||||||
hosttarget=$ARCH
|
hosttarget=$ARCH
|
||||||
|
|
||||||
../../scripts/get-dep-lib.sh ios .
|
|
||||||
|
|
||||||
# libxslt have too old config.sub
|
# libxslt have too old config.sub
|
||||||
pushd libxslt
|
pushd libxslt
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
|
Loading…
Reference in a new issue