[Libreoffice-commits] core.git: Branch 'aoo/trunk' - bridges/Library_cpp_uno.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 14 19:08:27 UTC 2019


 bridges/Library_cpp_uno.mk |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit e3dd9f0fcf6f8293a3a22d43c30eb4a297cc03f2
Author:     Damjan Jovanovic <damjan at apache.org>
AuthorDate: Mon Jan 14 17:23:33 2019 +0000
Commit:     Damjan Jovanovic <damjan at apache.org>
CommitDate: Mon Jan 14 17:23:33 2019 +0000

    Fix the path to s5abi_macosx_x86-64 (the last separator is a minus,
    
    not an underscore).
    
    Patch by: me

diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 86e0f9c51c13..e4c214a4bb1a 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -454,10 +454,10 @@ else ifeq ($(OS)-$(CPUNAME)-$(COMNAME),MACOSX-X86_64-s5abi)
 ###########################################################
 
 $(eval $(call gb_Library_add_exception_objects,$(COMNAME)_uno,\
-	bridges/source/cpp_uno/s5abi_macosx_x86_64/abi \
-	bridges/source/cpp_uno/s5abi_macosx_x86_64/except \
-	bridges/source/cpp_uno/s5abi_macosx_x86_64/cpp2uno \
-	bridges/source/cpp_uno/s5abi_macosx_x86_64/uno2cpp \
+	bridges/source/cpp_uno/s5abi_macosx_x86-64/abi \
+	bridges/source/cpp_uno/s5abi_macosx_x86-64/except \
+	bridges/source/cpp_uno/s5abi_macosx_x86-64/cpp2uno \
+	bridges/source/cpp_uno/s5abi_macosx_x86-64/uno2cpp \
 ))
 
 #########################################################


More information about the Libreoffice-commits mailing list