[Libreoffice-commits] online.git: kit/Kit.cpp

Tor Lillqvist tml at collabora.com
Wed Mar 28 17:18:03 UTC 2018


 kit/Kit.cpp |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit e9ea5e8bc7a42abc016e55038bea55b7b594664b
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Mar 28 20:17:32 2018 +0300

    Python is also a special snowflake
    
    Change-Id: I1689f992494e1abe50c45b1ae975b76b00e1b080

diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index dfc8e2950..ffed796fb 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -172,6 +172,10 @@ namespace
                     strstr(path, "libfreeblpriv3"))
                     return true;
 
+                // As is Python ...
+                if (strstr(path, "python-core"))
+                    return true;
+
                 // otherwise drop the rest of the code.
                 return false;
             }


More information about the Libreoffice-commits mailing list