diff options
author | Tor Lillqvist <tml@iki.fi> | 2020-06-29 01:18:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-06-29 08:49:11 +0200 |
commit | 802161a505272732566210e9ebbd8fe1b23fb86d (patch) | |
tree | a38f18198c9ac77c98f81e1199617c089c6d2c96 /RepositoryModule_build.mk | |
parent | baab4f890c8ac99d1b8dab5790fbb7ab949100ab (diff) |
More WIP work for macOS on Apple Silicon
If cross-compiling to a DESKTOP platform, just use
RepositoryModule_host.mk on the build platform, too.
Change-Id: Icd3f3081e5af0c7cda95e9bce7572d37567d4f6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97356
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'RepositoryModule_build.mk')
-rw-r--r-- | RepositoryModule_build.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/RepositoryModule_build.mk b/RepositoryModule_build.mk index 1a27e84310b9..9537ccd1d770 100644 --- a/RepositoryModule_build.mk +++ b/RepositoryModule_build.mk @@ -55,41 +55,6 @@ $(eval $(call gb_Module_add_moduledirs,cross_toolset,\ unotools \ ure \ xmlreader \ - $(call gb_Helper_optional_for_host,DESKTOP, \ - $(if $(WITH_GALLERY_BUILD), \ - avmedia \ - basic \ - canvas \ - configmgr \ - connectivity \ - cppcanvas \ - drawinglayer \ - editeng \ - extensions \ - filter \ - framework \ - linguistic \ - officecfg \ - package \ - postprocess \ - sfx2 \ - sot \ - svgio \ - emfio \ - svl \ - svtools \ - svx \ - swext \ - toolkit \ - ucb \ - unoxml \ - vcl \ - xmloff \ - xmlscript \ - ) \ - helpcompiler \ - xmlhelp \ - ) \ $(call gb_Helper_optional,QADEVOOO,qadevOOo) \ )) |