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 483e6a4 commit be14faeCopy full SHA for be14fae
cpython-unix/build-cpython.sh
@@ -868,7 +868,7 @@ ${BUILD_PYTHON} ${ROOT}/fix_shebangs.py ${ROOT}/out/python/install
868
869
# Also copy object files so they can be linked in a custom manner by
870
# downstream consumers.
871
-OBJECT_DIRS="Objects Parser Parser/pegen Programs Python"
+OBJECT_DIRS="Objects Parser Parser/pegen Programs Python Python/deepfreeze"
872
OBJECT_DIRS="${OBJECT_DIRS} Modules"
873
for ext in _blake2 cjkcodecs _ctypes _ctypes/darwin _decimal _expat _hacl _io _multiprocessing _sha3 _sqlite _sre _testinternalcapi _xxtestfuzz ; do
874
OBJECT_DIRS="${OBJECT_DIRS} Modules/${ext}"
0 commit comments