diff --git a/setup.py b/setup.py index dd31e874d..b0dae0683 100755 --- a/setup.py +++ b/setup.py @@ -91,8 +91,8 @@ def _find_library_dirs_ldconfig(): } abi_type = mach_map.get(machine, 'libc6') - # XXX assuming GLIBC's ldconfig (with option -p) - # XXX Alpine Linux uses musl that can't print cache + # Assuming GLIBC's ldconfig (with option -p) + # Alpine Linux uses musl that can't print cache args = ['/sbin/ldconfig', '-p'] expr = r'.*\(%s.*\) => (.*)' % abi_type env = dict(os.environ)