0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-15 17:03:11 +00:00
Files
termux-packages/packages/python-llvmlite/ffi-build.py.patch
2025-07-27 20:51:26 +08:00

12 lines
268 B
Diff

--- a/ffi/build.py
+++ b/ffi/build.py
@@ -239,6 +239,8 @@
def main():
+ if os.environ.get("LLVMLITE_SKIP_BUILD_LIBRARY", "0") == "1":
+ return
if sys.platform == 'win32':
main_windows()
elif sys.platform.startswith(('linux', 'gnu')):