We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a36797 commit 764d422Copy full SHA for 764d422
cpython-unix/build-cpython.sh
@@ -989,7 +989,7 @@ ${BUILD_PYTHON} ${ROOT}/fix_shebangs.py ${ROOT}/out/python/install
989
990
# Also copy object files so they can be linked in a custom manner by
991
# downstream consumers.
992
-OBJECT_DIRS="Objects Parser Parser/pegen Programs Python Python/deepfreeze"
+OBJECT_DIRS="Objects Parser Parser/lexer Parser/pegen Parser/tokenizer Programs Python Python/deepfreeze"
993
OBJECT_DIRS="${OBJECT_DIRS} Modules"
994
for ext in _blake2 cjkcodecs _ctypes _ctypes/darwin _decimal _expat _hacl _io _multiprocessing _sha3 _sqlite _sre _testinternalcapi _xxtestfuzz ; do
995
OBJECT_DIRS="${OBJECT_DIRS} Modules/${ext}"
0 commit comments