We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f957bcb commit 14ad641Copy full SHA for 14ad641
mingw64-n.sh
@@ -36,6 +36,7 @@ mkdir -p out/x86_64-w64-mingw32/lib/32/bin
36
cp -a mingw-crt/msvcrt32/lib/. out/x86_64-w64-mingw32/lib/32
37
cp -a mingw-crt/msvcrt32/bin/. out/x86_64-w64-mingw32/lib/32/bin
38
cp -a $CUR/gcc-dep/lib/*.a out/x86_64-w64-mingw32/lib
39
+mkdir out/bin
40
cp -a $CUR/gcc-dep/lib/*.dll out/bin
41
42
ln -s ./include out/x86_64-w64-mingw32/sys-include
0 commit comments