Skip to content

Commit 509eab6

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! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Upgrade to use SDL3 version of libtcod
1 parent 52daac9 commit 509eab6

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
@@ -226,7 +226,7 @@ def on_directive_handle(
226226
assert matches
227227

228228
for match in matches:
229-
if Path(match, "SDL_stdinc.h").is_file():
229+
if Path(match, "SDL3/SDL_stdinc.h").is_file():
230230
SDL_INCLUDE = match
231231
assert SDL_INCLUDE
232232

0 commit comments

Comments
 (0)