Skip to content

Commit 6677895

Browse files
committed
Added native libraries.
1 parent c3c2847 commit 6677895

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ __pycache__/
157157
*.py[cod]
158158
*$py.class
159159

160-
# C extensions
161-
*.so
162-
163160
# Distribution / packaging
164161
.Python
165162
build/

bink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def _load_library():
1414
else:
1515
library_name = 'libbink.so'
1616

17-
_filename = os.path.join(os.path.dirname(__file__), 'lib/' + library_name)
17+
_filename = os.path.join(os.path.dirname(__file__), 'native/' + library_name)
1818

1919
# If no bundled shared object is found, look for a system-wide installed one.
2020
if not os.path.exists(_filename):

bink/native/bink.dll

886 KB
Binary file not shown.

bink/native/libbink.dylib

1.12 MB
Binary file not shown.

bink/native/libbink.so

4.95 MB
Binary file not shown.

0 commit comments

Comments
 (0)