Commit 57c9c7b7 authored by Benjamin Peterson's avatar Benjamin Peterson

merge heads

parents b3132bd9 9c49036e
......@@ -186,7 +186,7 @@ def libc_ver(executable=sys.executable,lib='',version='',
elif so:
if lib != 'glibc':
lib = 'libc'
if soversion > version:
if soversion and soversion > version:
version = soversion
if threads and version[-len(threads):] != threads:
version = version + threads
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment