Skip to content

Commit f4b2076

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! squash! fixup! Fix CI regressions
1 parent 12bc7ab commit f4b2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_sdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def get_cdef() -> tuple[str, dict[str, str]]:
308308
for file in SDL_INCLUDE.glob("SDL*.h"):
309309
if file.name == "SDL_oldnames.h":
310310
continue
311-
shutil.copyfile(file, fake_header_dir / file.name)
311+
shutil.copyfile(file, fake_sdl_dir / file.name)
312312
else: # Regular path
313313
assert Path(SDL_INCLUDE, "SDL3/SDL.h").exists(), SDL_INCLUDE
314314
parser.parse(

0 commit comments

Comments
 (0)