Merge pull request #5883 from ThomasWaldmann/remove-libc-name-remainders-master

remove unused libc_name
This commit is contained in:
TW 2021-07-03 23:23:54 +02:00 committed by GitHub
commit 155d58d297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ if sys.platform.startswith('linux'):
# 1.20.2 has been confirmed to have xattr support
# 1.18.2 has been confirmed not to have xattr support
# Versions in-between are unknown
libc_name = preload
XATTR_FAKEROOT = True
break