0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 14:13:36 +00:00
termux-packages/packages/pypy3/9999-add-ANDROID_API_LEVEL-for-sysconfigdata.diff
Uchiha Kakashi e8b90f4597
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 16:43:23 +08: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@
+