Files
termux-packages/packages/pypy/9999-add-ANDROID_API_LEVEL-for-sysconfigdata.diff
termux-pacman-bot a7994996ee pypy{,3}: Bump to 7.3.12 (#17382)
* pypy: bump to 7.3.12

* pypy3: bump to 7.3.12

* @TERMUX_PKG_API_LEVEL@, fix patch filenames

---------

Co-authored-by: Lucy Phipps <landfillbaby69@gmail.com>
2023-07-08 09:01:32 +00:00

12 lines
283 B
Diff

This variable is needed when compiling packages using pip
--- a/lib_pypy/_sysconfigdata.py
+++ b/lib_pypy/_sysconfigdata.py
@@ -8,3 +8,6 @@
}
else:
build_time_vars = {}
+
+# Termux Fix: Add ANDROID_API_LEVEL
+build_time_vars["ANDROID_API_LEVEL"] = @TERMUX_PKG_API_LEVEL@