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 539a37b commit 90d8a75
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 = ['uuid']
libraries = ['libuuid']

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

0 comments on commit 90d8a75

Please sign in to comment.