1
0

changes for windows builds

This commit is contained in:
ThomasV
2017-03-07 18:27:04 +01:00
parent c9ff20b00c
commit 36f08ab2c3
3 changed files with 9 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ from ctypes import cdll, c_char_p
if sys.platform == 'darwin':
name = 'libzbar.dylib'
elif sys.platform == 'windows':
name = 'libzbar.dll'
name = 'libzbar-0.dll'
else:
name = 'libzbar.so.0'