diff options
author | Christian Heimes <christian@python.org> | 2022-07-09 11:01:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-09 11:01:23 (GMT) |
commit | 18ef240a2c362eea64b67bab8f9d45c743eb3619 (patch) | |
tree | d48dca3e2763f25b0d0aa3230232eafc46ba7fe9 /configure | |
parent | 761eeb62a9af309a0e32662882c552209ddcea1e (diff) | |
download | cpython-18ef240a2c362eea64b67bab8f9d45c743eb3619.zip cpython-18ef240a2c362eea64b67bab8f9d45c743eb3619.tar.gz cpython-18ef240a2c362eea64b67bab8f9d45c743eb3619.tar.bz2 |
gh-93649: Fix dependencies of _testcapi (#94695)
- header files are located in $(srcdir)
- dependencies must not list C files that are also in a makesetup Setup file
- generate SRCDIRS for OOT builds
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23261,6 +23261,7 @@ SRCDIRS="\ Modules/_sha3 \ Modules/_sqlite \ Modules/_sre \ + Modules/_testcapi \ Modules/_xxtestfuzz \ Modules/cjkcodecs \ Modules/expat \ |