Skip to content

Commit

Permalink
Fix syntax warning in setup.py. Closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 14, 2022
1 parent 795d50f commit 330fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ice/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
libraries = ["IceSSL", "IceLocatorDiscovery", "IceDiscovery", "Ice"]
else:
libraries=['ssl', 'crypto', 'bz2', 'rt']
if platform is not 'freebsd':
if platform != 'freebsd':
libraries.append('dl')

def filterName(path):
Expand Down

0 comments on commit 330fc66

Please sign in to comment.