Skip to content

Commit 06e90d3

Browse files
committed
fix(windows): missing dependency
1 parent a90b5a4 commit 06e90d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compile.sh

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ if [ "$os" = "MINGW64" ]; then
3434
pacman -S --noconfirm mingw-w64-x86_64-xz
3535
pacman -S --noconfirm mingw-w64-x86_64-readline
3636
pacman -S --noconfirm mingw-w64-x86_64-headers-git
37-
pacman -S --noconfirm mingw-w64-x86_64-libwinpthread-git
3837
fi
3938

4039
workdir=$(pwd)

0 commit comments

Comments
 (0)