Fix sysconfig check for build vars (#238)

This commit is contained in:
Gautham 2021-08-12 11:51:54 +05:30 committed by GitHub
parent 31a37aeb1a
commit 9454788223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ THIRD_PARTY_PYTHON_STDLIB_PY = \
third_party/python/Lib/_pyio.py \
third_party/python/Lib/_sitebuiltins.py \
third_party/python/Lib/_strptime.py \
third_party/python/Lib/_sysconfigdata_m_linux_x86_64-linux-gnu.py \
third_party/python/Lib/_sysconfigdata_m_cosmo_x86_64-cosmo.py \
third_party/python/Lib/_threading_local.py \
third_party/python/Lib/_weakrefset.py \
third_party/python/Lib/abc.py \