[Libreoffice-commits] core.git: Branch 'aoo/trunk' - pyuno/Library_pyuno_loader.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 12 19:09:21 UTC 2019
pyuno/Library_pyuno_loader.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d817e765ff53efed1686bd00fb6079bc2caea415
Author: Jim Jagielski <jim at apache.org>
AuthorDate: Tue Feb 12 18:35:43 2019 +0000
Commit: Jim Jagielski <jim at apache.org>
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
More information about the Libreoffice-commits
mailing list