Skip to content

Commit be14fae

Browse files
authored
Ensure that deepfreeze.o is included in the distribution (#311)
1 parent 483e6a4 commit be14fae

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
@@ -868,7 +868,7 @@ ${BUILD_PYTHON} ${ROOT}/fix_shebangs.py ${ROOT}/out/python/install
868868

869869
# Also copy object files so they can be linked in a custom manner by
870870
# downstream consumers.
871-
OBJECT_DIRS="Objects Parser Parser/pegen Programs Python"
871+
OBJECT_DIRS="Objects Parser Parser/pegen Programs Python Python/deepfreeze"
872872
OBJECT_DIRS="${OBJECT_DIRS} Modules"
873873
for ext in _blake2 cjkcodecs _ctypes _ctypes/darwin _decimal _expat _hacl _io _multiprocessing _sha3 _sqlite _sre _testinternalcapi _xxtestfuzz ; do
874874
OBJECT_DIRS="${OBJECT_DIRS} Modules/${ext}"

0 commit comments

Comments
 (0)