We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a59852b + 26ab386 commit 07e831cCopy full SHA for 07e831c
appveyor.yml
@@ -35,7 +35,7 @@ test: off
35
# Once building is done, we gather all the necessary DLL files and build our ZIP file.
36
after_build:
37
- copy c:\mingw\bin\libgcc*.dll .
38
- - copy c:\git\mingw64\bin\libstd*.dll .
+ - copy c:\mingw\bin\libstd*.dll .
39
- copy build_ext\built_sdl\bin\SDL*.dll .
40
- copy build_ext\built_sdl_mixer\bin\SDL*.dll .
41
- copy readme\readme-windows.txt readme.txt
0 commit comments