Skip to content

Commit b969548

Browse files
authored
Update build.sh
1 parent e7a469d commit b969548

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ fi
339339
if [ ! -d tcl8.6.13 ]; then
340340
download_file http://downloads.sourceforge.net/project/tcl/Tcl/8.6.13/tcl8.6.13-src.tar.gz tcl.tar.gz
341341
tar -xf tcl.tar.gz
342-
cd tcl8.6.13/unix
342+
cd tcl8.6.13
343+
rm -rf pkgs/tdbc* pkgs/sqlite*
344+
cd unix
343345
./configure --prefix=${PREFIX} --enable-shared=no --enable-threads
344346
make -j$(nproc --all)
345347
make install

0 commit comments

Comments
 (0)