Skip to content

Commit 3c14943

Browse files
authored
fix(pixi-build-mojo): change mojo package command to mojo precompile (#6833)
1 parent 3a9139c commit 3c14943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pixi_build_mojo/src/build_script.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ mojo build {{ bin.extra_args | join(" ") }} "{{ bin.path }}" -o {{ library_pref
1212

1313
{#- Build pkg -#}
1414
{% if pkg %}
15-
mojo package {{ pkg.extra_args | join(" ") }} "{{ pkg.path }}" -o {{ library_prefix }}/lib/mojo/{{ pkg.name}}.mojopkg
15+
mojo precompile {{ pkg.extra_args | join(" ") }} "{{ pkg.path }}" -o {{ library_prefix }}/lib/mojo/{{ pkg.name}}.mojopkg
1616
{% endif %}

0 commit comments

Comments
 (0)