diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-06 17:41:30 +0000 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-15 21:19:49 +0100 |
commit | 8a008416c7c72321964c219f9979c4730e6e1a63 (patch) | |
tree | e6271caea6e9693778d8e98701b0cae99c573b5a /Repository.mk | |
parent | d023a95526b8277775927c6ef3bf39925c77f76b (diff) |
lockfile: use a single build condition
... and introduce solenv/gbuild/Conditions.mk
The Conditions.mk is included just after the Helpers.mk, which
should make its content available basically everywhere.
Change-Id: Ie4498e12b3d0f676ed0c9abf4b3bb4899d6a1c03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126787
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
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 ae2804c6ebcc..91e8780a01ba 100644 --- a/Repository.mk +++ b/Repository.mk @@ -44,7 +44,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ $(if $(filter iOS,$(OS)),LibreOffice) \ lngconvex \ localize \ - $(if $(filter-out ANDROID MACOSX iOS WNT,$(OS)),lockfile) \ + $(call gb_CondBuildLockfile,lockfile) \ makedepend \ mbsdiff \ osl_process_child \ |