We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff8a7d commit e93bac1Copy full SHA for e93bac1
src/mingw-dist.sh
@@ -138,7 +138,7 @@ make install $DISABLE_BUILD_GOSH_FLAGS
138
(cd src; make install-mingw $DISABLE_BUILD_GOSH_FLAGS)
139
make install-examples $DISABLE_BUILD_GOSH_FLAGS
140
rm -rf $distdir/lib/libgauche.dll*
141
-mingw_dll="libwinpthread-1.dll";;
+mingw_dll="libwinpthread-1.dll"
142
143
# If we use external mbedtls, we need these DLLs.
144
# NB: those dlls also depend on libgcc.
0 commit comments