[Libreoffice-commits] core.git: RepositoryExternal.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Dec 9 08:26:30 UTC 2018
RepositoryExternal.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2a81eee109f1bb55538e3897e382f738dab644d8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 6 23:10:27 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Dec 9 09:26:08 2018 +0100
Fix typo in code
Change-Id: I766d68b8e79c500aedc1741dedf662663851ffc9
Reviewed-on: https://gerrit.libreoffice.org/64742
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 9312d0b7ab2a..f7ecf3c3c010 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3170,7 +3170,7 @@ ifneq ($(SYSTEM_PYTHON),)
define gb_LinkTarget__use_python_headers
$(call gb_LinkTarget_add_defs,$(1),\
- $(filter-out -I% -isystem%,$(subst -isystem /,-isystem/,$(PYHTON_CFLAGS)))) \
+ $(filter-out -I% -isystem%,$(subst -isystem /,-isystem/,$(PYTHON_CFLAGS)))) \
)
$(call gb_LinkTarget_set_include,$(1),\
More information about the Libreoffice-commits
mailing list