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 b969548 commit 925d929Copy full SHA for 925d929
build.mac.sh
@@ -229,7 +229,9 @@ fi
229
if [ ! -d tcl8.6.15 ]; then
230
download_file http://downloads.sourceforge.net/project/tcl/Tcl/8.6.15/tcl8.6.15-src.tar.gz tcl.tar.gz
231
tar -xf tcl.tar.gz
232
-cd tcl8.6.15/unix
+cd tcl8.6.15
233
+rm -rf pkgs/tdbc* pkgs/sqlite*
234
+cd unix
235
./configure --prefix=${PREFIX} --enable-shared=no --enable-threads
236
make -j$(sysctl -n hw.ncpu)
237
make install
0 commit comments