lbry-android-sdk/recipes/coincurve/find_lib.patch

14 lines
334 B
Diff
Raw Normal View History

diff --git a/setup_support.py b/setup_support.py
2022-12-04 06:34:08 +01:00
index fcd1d9d..0ac3bc0 100644
--- a/setup_support.py
+++ b/setup_support.py
2022-12-04 06:34:08 +01:00
@@ -60,6 +60,8 @@ def build_flags(library, type_, path):
def _find_lib():
+ # we're picking up the recipe one
+ return True
2022-12-04 06:34:08 +01:00
if 'COINCURVE_IGNORE_SYSTEM_LIB' in os.environ:
return False