Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e73a24 commit 5e2d5dfCopy full SHA for 5e2d5df
1 file changed
setup.py
@@ -1380,8 +1380,7 @@ class db_found(Exception): pass
1380
# End multiprocessing
1381
1382
# Platform-specific libraries
1383
- if any(platform.startswith(prefix)
1384
- for prefix in ("linux", "freebsd", "gnukfreebsd")):
+ if platform.startswith(('linux', 'freebsd', 'gnukfreebsd')):
1385
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
1386
else:
1387
missing.append('ossaudiodev')
0 commit comments