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

New commits:
commit 9775a7a3e75991b98523f018a56f0dc88fb25ec6
Author:     Damjan Jovanovic <[email protected]>
AuthorDate: Mon Feb 11 02:13:25 2019 +0000
Commit:     Damjan Jovanovic <[email protected]>
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),)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to