lbry-fdroid/p4a/pythonforandroid/recipes/secp256k1/find_lib.patch
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

13 lines
313 B
Diff

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: