Fix fallout from a2e4be6ded508030a6c2a33919cbe8cb504382e0
Should fix build for iOS. There is no liblibotouch.a any more, and the only library in $WORKDIR/LinkTarget/Library turns out to be the Android-only liblo-bootstrap.a now. Change-Id: Ia7b2f43db06536c05caee8d99130f44d5288705e
This commit is contained in:
parent
1f9297e7a0
commit
45e8d96df3
@ -39,6 +39,8 @@ ANDROID)
|
||||
oslibs="$WORKDIR/UnpackedTarball/curl/lib/.libs/*.a"
|
||||
oslibs="$oslibs $WORKDIR/UnpackedTarball/fontconfig/src/.libs/libfontconfig.a"
|
||||
oslibs="$oslibs $WORKDIR/UnpackedTarball/freetype/objs/.libs/libfreetype.a"
|
||||
# Only liblo-bootstrap.a ends up here:
|
||||
oslibs="$oslibs $WORKDIR/LinkTarget/Library/lib*.a"
|
||||
;;
|
||||
IOS)
|
||||
oslibs="$WORKDIR/UnpackedTarball/icu/source/stubdata/*.a"
|
||||
@ -64,7 +66,6 @@ esac
|
||||
echo $INSTDIR/$LIBO_LIB_FOLDER/lib*.a \
|
||||
$foolibs \
|
||||
$WORKDIR/LinkTarget/StaticLibrary/lib*.a \
|
||||
$WORKDIR/LinkTarget/Library/lib*.a \
|
||||
$oslibs \
|
||||
$nsslibs \
|
||||
$WORKDIR/UnpackedTarball/coinmp/Cbc/src/.libs/*.a \
|
||||
|
Loading…
x
Reference in New Issue
Block a user