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

13 lines
427 B
Diff
Raw Normal View History

diff --git a/setup.py b/setup.py
2022-12-04 06:34:08 +01:00
index f0d3ab3..ebb1b4f 100644
--- a/setup.py
+++ b/setup.py
2022-12-04 06:34:08 +01:00
@@ -177,6 +177,7 @@ class build_clib(_build_clib):
'--disable-dependency-tracking',
'--with-pic',
'--enable-module-recovery',
+ "--host=%s" % os.environ['TOOLCHAIN_PREFIX'],
'--prefix',
os.path.abspath(self.build_clib),
2022-12-04 06:34:08 +01:00
'--enable-experimental',