Skip to content

Commit 6fd3024

Browse files
committed
unix: install private tk headers
Needed by macOS builds.
1 parent deb79b8 commit 6fd3024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpython-unix/build-tk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ fi
4545
make -j ${NUM_CPUS}
4646
touch wish
4747
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out
48+
make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT}/out
4849
rm ${ROOT}/out/tools/deps/bin/wish*

0 commit comments

Comments
 (0)