Skip to content

Commit 7318523

Browse files
RobertFlattShyamQt
authored andcommitted
Update "--host="
1 parent f2ab978 commit 7318523

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)