Skip to content

Commit fe8910d

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Build SDL3 for ReadTheDocs workflow
1 parent d0f97f8 commit fe8910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def check_sdl_version() -> None:
5858
raise RuntimeError(msg) from exc
5959
except subprocess.CalledProcessError as exc:
6060
if sys.version_info >= (3, 11):
61-
exc.add_note(f"{os.environ['PKG_CONFIG_PATH']=}")
61+
exc.add_note(f"Note: {os.environ.get('PKG_CONFIG_PATH')=}")
6262
raise
6363
print(f"Found SDL {sdl_version_str}.")
6464
sdl_version = tuple(int(s) for s in sdl_version_str.split("."))

0 commit comments

Comments
 (0)