RepositoryExternal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2a81eee109f1bb55538e3897e382f738dab644d8 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Dec 6 23:10:27 2018 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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),\ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
