pyuno/Library_pyuno_loader.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d817e765ff53efed1686bd00fb6079bc2caea415 Author: Jim Jagielski <[email protected]> AuthorDate: Tue Feb 12 18:35:43 2019 +0000 Commit: Jim Jagielski <[email protected]> CommitDate: Tue Feb 12 18:35:43 2019 +0000 balance parens here in ifeq diff --git a/pyuno/Library_pyuno_loader.mk b/pyuno/Library_pyuno_loader.mk index 6e4817bbc1a6..afbea6fd226e 100644 --- a/pyuno/Library_pyuno_loader.mk +++ b/pyuno/Library_pyuno_loader.mk @@ -32,9 +32,9 @@ $(eval $(call gb_Library_set_include,pyuno_loader,\ ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,pyuno_loader,-ldl)) -else ifeq ($(OS),SOLARIS)) +else ifeq ($(OS),SOLARIS) $(eval $(call gb_Library_add_libs,pyuno_loader,-ldl)) -else ifeq ($(OS),MACOSX)) +else ifeq ($(OS),MACOSX) $(eval $(call gb_Library_add_libs,pyuno_loader,-ldl)) endif _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
