Skip to content

Commit

Permalink
copy in tcl/tk
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 31, 2024
1 parent 059f50b commit c389f60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@ LDFLAGS="${LDFLAGS} -lfontconfig -lfreetype" cmake \
make -j4
make install

cd ${BUILDDIR}
cp -r ${DEPSDIR}/lib/tcl8.6 ./python-install/lib
cp -r ${DEPSDIR}/lib/tk8.6 ./python-install/lib

echo "::endgroup::"
#############################################
# Check executable dependencies (pre-patch) #
Expand Down

0 comments on commit c389f60

Please sign in to comment.