mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
e8b90f4597
* 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>
12 lines
374 B
Diff
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@
|
|
+
|