summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-06-28 11:45:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-06-28 15:45:54 +0200
commit8a456cc5e371c580d30df539e5fa22d3e7caa6f6 (patch)
tree7f37cee4a12e541167ae6bce1698006d269f1296
parentUpdate git submodules (diff)
downloadcore-8a456cc5e371c580d30df539e5fa22d3e7caa6f6.tar.gz
core-8a456cc5e371c580d30df539e5fa22d3e7caa6f6.zip
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 <sbergman@redhat.com>
-rw-r--r--external/liborcus/ExternalProject_liborcus.mk2
1 files changed, 1 insertions, 1 deletions
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