diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-09-27 17:53:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-09-27 21:05:27 +0200 |
commit | 999a9c183c395a36fbaf35468ace11a625a581f7 (patch) | |
tree | 3fdf0693736e81d5b7aa282eff97f3ab4715def5 /bin | |
parent | 2f9c6940a702da50cf19bc22c3bc85066a27fc3a (diff) |
Do build cppunit for iOS, too
I am writing a separate unit test app that will include selected
existing unit tests that make sense and are important to run on iOS.
Change-Id: I4722f1ed872ba21e181eeba5ed3b58e82d8fed72
Reviewed-on: https://gerrit.libreoffice.org/61049
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-all-static-libs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs index 2e620ff2a494..738bc58d81fe 100755 --- a/bin/lo-all-static-libs +++ b/bin/lo-all-static-libs @@ -58,6 +58,7 @@ ANDROID) ;; IOS) oslibs="$WORKDIR/UnpackedTarball/icu/source/stubdata/*.a" + oslibs="$oslibs $WORKDIR/UnpackedTarball/cppunit/src/cppunit/.libs/*.a" ;; *) oslibs= |