Skip to content

Commit

Permalink
Merge pull request #2759 from pygame/win-broke-py310
Browse files Browse the repository at this point in the history
Fix python 3.10 on appveyor?
  • Loading branch information
illume committed Oct 9, 2021
2 parents 28abda4 + bffa431 commit dd96c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildconfig/Setup.SDL2.in
Expand Up @@ -37,7 +37,7 @@ _sdl2.audio src_c/_sdl2/audio.c $(SDL) $(DEBUG) -Isrc_c
_sdl2.video src_c/_sdl2/video.c src_c/pgcompat.c $(SDL) $(DEBUG) -Isrc_c
_sdl2.mixer src_c/_sdl2/mixer.c $(SDL) $(MIXER) $(DEBUG) -Isrc_c
_sdl2.touch src_c/_sdl2/touch.c $(SDL) $(DEBUG) -Isrc_c
_sdl2.controller src_c/_sdl2/controller.c src_c/pgcompat.c $(SDL) $(DEBUG) -Isrc_c
_sdl2.controller src_c/_sdl2/controller.c $(SDL) $(DEBUG) -Isrc_c

GFX = src_c/SDL_gfx/SDL_gfxPrimitives.c
#GFX = src_c/SDL_gfx/SDL_gfxBlitFunc.c src_c/SDL_gfx/SDL_gfxPrimitives.c
Expand Down

0 comments on commit dd96c97

Please sign in to comment.