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 e8a8cd2 commit 418974fCopy full SHA for 418974f
tools/build.sh
@@ -60,9 +60,9 @@ build_tk() {
60
make install
61
}
62
63
-rm -rf $INSTALL_DIR
64
-cd $ROOT_DIR
65
-build_tcl
+#rm -rf $INSTALL_DIR
+#cd $ROOT_DIR
+#build_tcl
66
cd $ROOT_DIR
67
build_tk
68
-cd $INSTALL_DIR && zip -r $ROOT_DIR/tcltk.zip *
+cd $INSTALL_DIR && zip -r $ROOT_DIR/tcltk.zip * -x include/* include/ include/X11/ include/X11/* lib/tk8.6/demos/ lib/tk8.6/demos/* lib/tk8.6/demos/images/ lib/tk8.6/demos/images/*
0 commit comments