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.
1 parent f2ab978 commit 7318523Copy full SHA for 7318523
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