From: Markus Koschany <apo@debian.org>
Date: Sun, 7 Aug 2022 22:56:57 +0200
Subject: cython3

---
 module/setuplib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/setuplib.py b/module/setuplib.py
index 1e1746c..5ca782f 100644
--- a/module/setuplib.py
+++ b/module/setuplib.py
@@ -61,7 +61,7 @@ if static:
     gen += "-static"
 
 # The cython command.
-cython_command = os.environ.get("RENPY_CYTHON", "cython")
+cython_command = os.environ.get("RENPY_CYTHON", "cython3")
 
 # Note that the android build sets up CFLAGS for us, and ensures
 # that necessary libraries are present. So autoconfiguration is
