Skip to content

Commit e93bac1

Browse files
committed
Windows build fix
1 parent 1ff8a7d commit e93bac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mingw-dist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ make install $DISABLE_BUILD_GOSH_FLAGS
138138
(cd src; make install-mingw $DISABLE_BUILD_GOSH_FLAGS)
139139
make install-examples $DISABLE_BUILD_GOSH_FLAGS
140140
rm -rf $distdir/lib/libgauche.dll*
141-
mingw_dll="libwinpthread-1.dll";;
141+
mingw_dll="libwinpthread-1.dll"
142142

143143
# If we use external mbedtls, we need these DLLs.
144144
# NB: those dlls also depend on libgcc.

0 commit comments

Comments
 (0)