Files
termux-packages/packages/pypy3/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
374 B
Diff

This variable is needed when compiling packages using pip
--- a/lib_pypy/_sysconfigdata.py
+++ b/lib_pypy/_sysconfigdata.py
@@ -87,3 +87,6 @@
# rpython/translator/platform/darwin.py and Lib/_osx_support.py
build_time_vars['MACOSX_DEPLOYMENT_TARGET'] = '10.9'
+# Termux Fix: Add ANDROID_API_LEVEL
+build_time_vars["ANDROID_API_LEVEL"] = @TERMUX_PKG_API_LEVEL@
+