Skip to content

Commit d019e67

Browse files
committed
unix: install private tcl headers
These are needed by some downstream packages.
1 parent f893498 commit d019e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpython-unix/build-tcl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ CFLAGS="-fPIC -I${TOOLS_PATH}/deps/include" ./configure \
3939

4040
make -j ${NUM_CPUS}
4141
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out
42+
make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT}/out

0 commit comments

Comments
 (0)