mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Remove XXX from comments
This commit is contained in:
parent
9f6c708aa3
commit
ca691f232b
4
setup.py
4
setup.py
|
@ -91,8 +91,8 @@ def _find_library_dirs_ldconfig():
|
||||||
}
|
}
|
||||||
abi_type = mach_map.get(machine, 'libc6')
|
abi_type = mach_map.get(machine, 'libc6')
|
||||||
|
|
||||||
# XXX assuming GLIBC's ldconfig (with option -p)
|
# Assuming GLIBC's ldconfig (with option -p)
|
||||||
# XXX Alpine Linux uses musl that can't print cache
|
# Alpine Linux uses musl that can't print cache
|
||||||
args = ['/sbin/ldconfig', '-p']
|
args = ['/sbin/ldconfig', '-p']
|
||||||
expr = r'.*\(%s.*\) => (.*)' % abi_type
|
expr = r'.*\(%s.*\) => (.*)' % abi_type
|
||||||
env = dict(os.environ)
|
env = dict(os.environ)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user