1
0
This commit is contained in:
ThomasV
2017-03-08 11:22:27 +01:00
parent 36f08ab2c3
commit ed42faa2e6
3 changed files with 4 additions and 9 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-0.dll'
name = 'libzbar.dll'
else:
name = 'libzbar.so.0'