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 e7a469d commit b969548Copy full SHA for b969548
build.sh
@@ -339,7 +339,9 @@ fi
339
if [ ! -d tcl8.6.13 ]; then
340
download_file http://downloads.sourceforge.net/project/tcl/Tcl/8.6.13/tcl8.6.13-src.tar.gz tcl.tar.gz
341
tar -xf tcl.tar.gz
342
-cd tcl8.6.13/unix
+cd tcl8.6.13
343
+rm -rf pkgs/tdbc* pkgs/sqlite*
344
+cd unix
345
./configure --prefix=${PREFIX} --enable-shared=no --enable-threads
346
make -j$(nproc --all)
347
make install
0 commit comments