Skip to content

Commit 07e831c

Browse files
authored
Merge pull request #103 from mrikola/fix-libstdc++
Use 32-bit version of libstdc++ found in minGW
2 parents a59852b + 26ab386 commit 07e831c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test: off
3535
# Once building is done, we gather all the necessary DLL files and build our ZIP file.
3636
after_build:
3737
- copy c:\mingw\bin\libgcc*.dll .
38-
- copy c:\git\mingw64\bin\libstd*.dll .
38+
- copy c:\mingw\bin\libstd*.dll .
3939
- copy build_ext\built_sdl\bin\SDL*.dll .
4040
- copy build_ext\built_sdl_mixer\bin\SDL*.dll .
4141
- copy readme\readme-windows.txt readme.txt

0 commit comments

Comments
 (0)