lbry-android/p4a/pythonforandroid/recipes/secp256k1/no-download.patch

14 lines
305 B
Diff
Raw Normal View History

2017-08-13 03:24:00 +02:00
diff --git a/setup.py b/setup.py
index bba4bce..5ea0228 100644
--- a/setup.py
+++ b/setup.py
@@ -55,6 +55,8 @@ except OSError:
def download_library(command):
+ # we will use the custom libsecp256k1 recipe
+ return
if command.dry_run:
return
libdir = absolute("libsecp256k1")