From 8b4f5f09c1daf9f1d0ae689c31b676bea42eee11 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Wed, 2 Oct 2024 15:27:11 -0400
Subject: [PATCH] dynapi: It's a Python script now, not a perl script.
Fixes #11032.
---
src/dynapi/SDL_dynapi_overrides.h | 2 +-
src/dynapi/SDL_dynapi_procs.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/dynapi/SDL_dynapi_overrides.h b/src/dynapi/SDL_dynapi_overrides.h
index 697fbb5d927d3..3892eb5474123 100644
--- a/src/dynapi/SDL_dynapi_overrides.h
+++ b/src/dynapi/SDL_dynapi_overrides.h
@@ -20,7 +20,7 @@
*/
-// DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.pl.
+// DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.py.
#if !SDL_DYNAMIC_API
#error You should not be here.
diff --git a/src/dynapi/SDL_dynapi_procs.h b/src/dynapi/SDL_dynapi_procs.h
index 0af785b79795c..84eb39b4c996b 100644
--- a/src/dynapi/SDL_dynapi_procs.h
+++ b/src/dynapi/SDL_dynapi_procs.h
@@ -21,7 +21,7 @@
/*
- DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.pl.
+ DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.py.
NEVER REARRANGE THIS FILE, THE ORDER IS ABI LAW.
Changing this file means bumping SDL_DYNAPI_VERSION. You can safely add
new items to the end of the file, though.