mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-13 03:00:31 +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
283 B
Diff
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@
|