Skip to content

Commit 925d929

Browse files
authored
Update build.mac.sh
1 parent b969548 commit 925d929

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.mac.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,9 @@ fi
229229
if [ ! -d tcl8.6.15 ]; then
230230
download_file http://downloads.sourceforge.net/project/tcl/Tcl/8.6.15/tcl8.6.15-src.tar.gz tcl.tar.gz
231231
tar -xf tcl.tar.gz
232-
cd tcl8.6.15/unix
232+
cd tcl8.6.15
233+
rm -rf pkgs/tdbc* pkgs/sqlite*
234+
cd unix
233235
./configure --prefix=${PREFIX} --enable-shared=no --enable-threads
234236
make -j$(sysctl -n hw.ncpu)
235237
make install

0 commit comments

Comments
 (0)