Skip to content

Commit 4a11e4c

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Test Pyodide builds
1 parent 2c7b20f commit 4a11e4c

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
@@ -291,7 +291,7 @@ def get_emscripten_include_dir() -> Path:
291291
except Exception:
292292
out = subprocess.check_output(["pkg-config", "sdl3", "--cflags"], universal_newlines=True)
293293
matches = re.findall(r"-I(\S+)", out)
294-
assert matches
294+
assert matches, out
295295

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

0 commit comments

Comments
 (0)