fix sysconfig check for build vars

This commit is contained in:
ahgamut 2021-08-11 23:38:21 +05:30
parent 31a37aeb1a
commit 163556a729
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 \