lbry-android-sdk/p4a/pythonforandroidold/recipes/secp256k1/find_lib.patch
2022-12-02 15:15:34 -05: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: