external/liborcus/ExternalProject_liborcus.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8a456cc5e371c580d30df539e5fa22d3e7caa6f6 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Jun 28 11:45:04 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Jun 28 15:45:54 2022 +0200 Fix typo ...that was present since 173214d92046b4ea11f6c0959ca40999d1e0bbd2 "Fix liborcus build for Android" (but doesn't seem to have caused issues all those years) Change-Id: I70161f20a94655e8f485cd49bec9ce461c7507f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136563 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/external/liborcus/ExternalProject_liborcus.mk b/external/liborcus/ExternalProject_liborcus.mk index e7f929a28b4c..cd86bcf49aa8 100644 --- a/external/liborcus/ExternalProject_liborcus.mk +++ b/external/liborcus/ExternalProject_liborcus.mk @@ -47,7 +47,7 @@ ifeq ($(OS),ANDROID) liborcus_LIBS+=$(gb_STDLIBS) endif -liborcus_CPPCLAGS=$(CPPFLAGS) +liborcus_CPPFLAGS=$(CPPFLAGS) ifeq ($(SYSTEM_ZLIB),) liborcus_CPPFLAGS+=$(ZLIB_CFLAGS) endif