Skip to content

Commit 61c5e01

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

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
@@ -284,7 +284,7 @@ def get_emscripten_include_dir() -> Path:
284284
subprocess.check_output(["pkg-config", "sdl3", "--cflags"], universal_newlines=True),
285285
)
286286
if not matches:
287-
matches = ["/usr/lib"]
287+
matches = ["/usr/include"]
288288
assert matches
289289

290290
for match in matches:

0 commit comments

Comments
 (0)