Skip to content

Commit cb5e015

Browse files
committedOct 20, 2015
Merge pull request #5 from ojwb/patch-1
Fix typo in name of merged library
2 parents 27c94a8 + 97b80bc commit cb5e015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pylokit/lokit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import os
1212

1313

14-
TARGET_LIB = ("libsofficeapp.so", "liblibmergedlo.so")
14+
TARGET_LIB = ("libsofficeapp.so", "libmergedlo.so")
1515

1616
LOKIT_CDEFS = """
1717
typedef struct _LibreOfficeKit LibreOfficeKit;

0 commit comments

Comments
 (0)
Please sign in to comment.