diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-05-17 11:31:16 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-17 20:45:29 +0000 |
commit | b1e4d856d2d3dfc497c5a2f1fb3f6f8ef7e36d87 (patch) | |
tree | 88bfbba409f746c1286baf5e5cd86f534749ecfe /Repository.mk | |
parent | b1e29a6ac51f87f893fe64986311af7dcd18754b (diff) |
Don't build svdemo for Android and iOS.
f89296db5959cf009668f8aad85cfd860b9252ee adds building of svdemo,
this however uses SAL_IMPLEMENT_MAIN from include/sal/main.h --
which specifically can't be built on Android and iOS, hence
we shouldn't build svdemo for those platforms.
Change-Id: I6ce851ece90837112279c89467326b82f7a2070b
Reviewed-on: https://gerrit.libreoffice.org/9391
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 318654b4d70b..53049acc14f5 100644 --- a/Repository.mk +++ b/Repository.mk @@ -118,7 +118,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \ unopkg \ unopkg_com \ ) \ - svdemo \ + $(if $(filter-out ANDROID IOS,$(OS)),svdemo) \ )) $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\ |