lbry-android-sdk/p4a/pythonforandroidold/recipes/secp256k1/no-download.patch

14 lines
305 B
Diff
Raw Normal View History

2022-12-02 21:15:34 +01: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")