Revert commit 36f08ab2c3.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user