We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cb497d + 2a26778 commit 68711daCopy full SHA for 68711da
pythonforandroid/recipes/secp256k1/cross_compile.patch
@@ -6,7 +6,7 @@ index bba4bce..b86b369 100644
6
"--disable-dependency-tracking",
7
"--with-pic",
8
"--enable-module-recovery",
9
-+ "--host=%s" % os.environ['TOOLCHAIN_PREFIX'],
++ "--host=" + arch.command_prefix,
10
"--prefix",
11
os.path.abspath(self.build_clib),
12
]
0 commit comments