Skip to content

Commit

Permalink
Try fix Build WASM error
Browse files Browse the repository at this point in the history
  • Loading branch information
yunline committed Aug 29, 2023
1 parent a79c8dc commit 5e1484c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_c/static.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ PyInit_pygame_static()
#include "simd_blitters_avx2.c"
#include "simd_blitters_sse2.c"

#include "window.c"

#undef pgVidInfo_Type
#undef pgVidInfo_New

Expand Down Expand Up @@ -417,5 +419,3 @@ PyInit_pygame_static()
#undef MAX
#undef MIN
#include "scale2x.c"

#include "window.c"

0 comments on commit 5e1484c

Please sign in to comment.