mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-15 17:03:11 +00:00
12 lines
268 B
Diff
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')):
|