Skip to content

Commit a069f58

Browse files
committed
Update Setup.Android.SDL2.in
1 parent a2b1fdb commit a069f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/Setup.Android.SDL2.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ key src_c/key.c $(SDL) $(DEBUG)
5151
mouse src_c/mouse.c $(SDL) $(DEBUG)
5252
rect src_c/rect.c src_c/pgcompat_rect.c $(SDL) $(DEBUG)
5353
rwobject src_c/rwobject.c $(SDL) $(DEBUG)
54-
surface src_c/surface.c src_c/alphablit.c src_c/surface_fill.c $(SDL) $(DEBUG)
54+
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)
5555
surflock src_c/surflock.c $(SDL) $(DEBUG)
5656
time src_c/time.c $(SDL) $(DEBUG)
5757
joystick src_c/joystick.c $(SDL) $(DEBUG)

0 commit comments

Comments
 (0)