Fix python setup.py on macOS

This commit is contained in:
lazymio 2022-05-07 15:48:28 +02:00
parent a221e378bf
commit 64050aafb1
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -33,7 +33,7 @@ VERSION = "2.0.0rc7"
if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.2.dylib"
STATIC_LIBRARY_FILE = None
STATIC_LIBRARY_FILE = "libunicorn.a"
elif SYSTEM in ('win32', 'cygwin'):
LIBRARY_FILE = "unicorn.dll"
STATIC_LIBRARY_FILE = "unicorn.lib"