We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b1fdb commit a069f58Copy full SHA for a069f58
buildconfig/Setup.Android.SDL2.in
@@ -51,7 +51,7 @@ key src_c/key.c $(SDL) $(DEBUG)
51
mouse src_c/mouse.c $(SDL) $(DEBUG)
52
rect src_c/rect.c src_c/pgcompat_rect.c $(SDL) $(DEBUG)
53
rwobject src_c/rwobject.c $(SDL) $(DEBUG)
54
-surface src_c/surface.c src_c/alphablit.c src_c/surface_fill.c $(SDL) $(DEBUG)
+surface src_c/simd_blitters_sse2.c src_c/simd_blitters_avx2.c src_c/surface.c src_c/alphablit.c src_c/surface_fill.c $(SDL) $(DEBUG)
55
surflock src_c/surflock.c $(SDL) $(DEBUG)
56
time src_c/time.c $(SDL) $(DEBUG)
57
joystick src_c/joystick.c $(SDL) $(DEBUG)
0 commit comments