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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Feb 11 03:08:22 UTC 2019


 RepositoryFixes.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9775a7a3e75991b98523f018a56f0dc88fb25ec6
Author:     Damjan Jovanovic <damjan at apache.org>
AuthorDate: Mon Feb 11 02:13:25 2019 +0000
Commit:     Damjan Jovanovic <damjan at apache.org>
CommitDate: Mon Feb 11 02:13:25 2019 +0000

    The Windows DLL for pyuno should apparently be called pyuno.pyd.
    
    Patch by: me

diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index dfba644246b7..91b18937d269 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -168,6 +168,7 @@ gb_Library_FILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_FILENAMES))
 
 gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLFILENAMES))
 gb_Library_DLLFILENAMES := $(patsubst hyphen_uno:hyphen_uno.uno%,hyphen_uno:hyphen.uno%,$(gb_Library_DLLFILENAMES))
+gb_Library_DLLFILENAMES := $(patsubst pyuno:%,pyuno:pyuno.pyd,$(gb_Library_DLLFILENAMES))
 gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
 
 endif # ifneq ($(USE_MINGW),)


More information about the Libreoffice-commits mailing list