Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kien Pham committed Dec 4, 2013
1 parent 90d8a75 commit 01ed3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, *args, **kwargs):
if os.sys.platform == 'darwin':
libraries = ['System']
else:
libraries = ['libuuid']
libraries = ['uuid']

ext_modules = [
Extension('libuuid._uuid',
Expand Down

0 comments on commit 01ed3a0

Please sign in to comment.