Skip to content

Commit 14ad641

Browse files
authored
[no ci] fix bin directory not there
1 parent f957bcb commit 14ad641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mingw64-n.sh

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ mkdir -p out/x86_64-w64-mingw32/lib/32/bin
3636
cp -a mingw-crt/msvcrt32/lib/. out/x86_64-w64-mingw32/lib/32
3737
cp -a mingw-crt/msvcrt32/bin/. out/x86_64-w64-mingw32/lib/32/bin
3838
cp -a $CUR/gcc-dep/lib/*.a out/x86_64-w64-mingw32/lib
39+
mkdir out/bin
3940
cp -a $CUR/gcc-dep/lib/*.dll out/bin
4041

4142
ln -s ./include out/x86_64-w64-mingw32/sys-include

0 commit comments

Comments
 (0)