Skip to content

Commit 68711da

Browse files
authored
Merge pull request kivy#2714 from RobertFlatt/secp256k1
secp256k1 Update "--host="
2 parents 8cb497d + 2a26778 commit 68711da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/secp256k1/cross_compile.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index bba4bce..b86b369 100644
66
"--disable-dependency-tracking",
77
"--with-pic",
88
"--enable-module-recovery",
9-
+ "--host=%s" % os.environ['TOOLCHAIN_PREFIX'],
9+
+ "--host=" + arch.command_prefix,
1010
"--prefix",
1111
os.path.abspath(self.build_clib),
1212
]

0 commit comments

Comments
 (0)