Skip to content

Commit 78d40b8

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! squash! fixup! Fix CI regressions
1 parent 625572d commit 78d40b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_sdl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ def get_cdef() -> tuple[str, dict[str, str]]:
306306
if not fake_sdl_dir.exists():
307307
fake_sdl_dir.mkdir(exist_ok=False)
308308
for file in SDL_INCLUDE.glob("SDL*.h"):
309-
if file.name == "SDL_oldnames.h":
310-
continue
311309
shutil.copyfile(file, fake_sdl_dir / file.name)
312310
else: # Regular path
313311
assert Path(SDL_INCLUDE, "SDL3/SDL.h").exists(), SDL_INCLUDE

0 commit comments

Comments
 (0)