Skip to content

Commit bc5459b

Browse files
committed
ci and build commands now also run pythoninfo-build
1 parent 8ca18f0 commit bc5459b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Platforms/Android/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def build_targets(context):
313313
if context.target in {"all", "build"}:
314314
configure_build_python(context)
315315
make_build_python(context)
316+
pythoninfo_build_python(context)
316317

317318
for host in HOSTS:
318319
if context.target in {"all", "hosts", host}:
@@ -824,6 +825,7 @@ def ci(context):
824825
for step in [
825826
configure_build_python,
826827
make_build_python,
828+
pythoninfo_build_python,
827829
configure_host_python,
828830
make_host_python,
829831
package,

0 commit comments

Comments
 (0)