lbry-fdroid/p4a/pythonforandroid/recipes/secp256k1/find_lib.patch

14 lines
313 B
Diff
Raw Normal View History

2017-08-13 03:24:00 +02:00
diff --git a/setup_support.py b/setup_support.py
index 68a2a7f..b84f420 100644
--- a/setup_support.py
+++ b/setup_support.py
@@ -68,6 +68,8 @@ def build_flags(library, type_, path):
def _find_lib():
+ # we're picking up the recipe one
+ return True
from cffi import FFI
ffi = FFI()
try: