Skip to content

Commit a3a8860

Browse files
committed
Add _testinternalcapi to OBJECT_DIRS
1 parent b1a3f73 commit a3a8860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ ${BUILD_PYTHON} ${ROOT}/fix_shebangs.py ${ROOT}/out/python/install
843843
# downstream consumers.
844844
OBJECT_DIRS="Objects Parser Parser/pegen Programs Python"
845845
OBJECT_DIRS="${OBJECT_DIRS} Modules"
846-
for ext in _blake2 cjkcodecs _ctypes _ctypes/darwin _decimal _expat _hacl _io _multiprocessing _sha3 _sqlite _sre _xxtestfuzz ; do
846+
for ext in _blake2 cjkcodecs _ctypes _ctypes/darwin _decimal _expat _hacl _io _multiprocessing _sha3 _sqlite _sre _testinternalcapi _xxtestfuzz ; do
847847
OBJECT_DIRS="${OBJECT_DIRS} Modules/${ext}"
848848
done
849849

0 commit comments

Comments
 (0)