Skip to content

Commit 6790a53

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix SDL install in CI
1 parent 61c5e01 commit 6790a53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_sdl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ def get_emscripten_include_dir() -> Path:
285285
)
286286
if not matches:
287287
matches = ["/usr/include"]
288-
assert matches
289288

290289
for match in matches:
291290
if Path(match, "SDL3/SDL.h").is_file():

0 commit comments

Comments
 (0)