There was an error while loading. Please reload this page.
1 parent 8ca18f0 commit bc5459bCopy full SHA for bc5459b
1 file changed
Platforms/Android/__main__.py
@@ -313,6 +313,7 @@ def build_targets(context):
313
if context.target in {"all", "build"}:
314
configure_build_python(context)
315
make_build_python(context)
316
+ pythoninfo_build_python(context)
317
318
for host in HOSTS:
319
if context.target in {"all", "hosts", host}:
@@ -824,6 +825,7 @@ def ci(context):
824
825
for step in [
826
configure_build_python,
827
make_build_python,
828
+ pythoninfo_build_python,
829
configure_host_python,
830
make_host_python,
831
package,
0 commit comments