diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-12-09 22:45:04 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-01-07 10:00:53 +0100 |
commit | c4b83dc2c4b8d4ea4b664b34309fbf0cf2fd8ad1 (patch) | |
tree | 234c3f3963240dd590edda8bfa46cd4c7343527c /RepositoryExternal.mk | |
parent | 7e4ddea574b18aeed678526cac42f45613b4ae20 (diff) |
CUCKOO_CFLAGS is unused
The include is set explicitly in RepositoryExternal.mk . And
when using system cuckoo, it's not necessary to refer to the
unpacked tarball location.
Change-Id: Idd241f7551fb98cb5948c4e7007204ad3a8d87a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128061
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 7262a0eaa7af..cf9b2aa13dc4 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -4179,7 +4179,6 @@ gb_ExternalProject__use_cuckoo_headers := define gb_LinkTarget__use_cuckoo_headers $(call gb_LinkTarget_set_include,$(1),\ - -I$(call gb_UnpackedTarball_get_dir,cuckoo) \ $$(INCLUDE) \ ) |