There was an error while loading. Please reload this page.
mojo package
mojo precompile
1 parent 3a9139c commit 3c14943Copy full SHA for 3c14943
1 file changed
crates/pixi_build_mojo/src/build_script.j2
@@ -12,5 +12,5 @@ mojo build {{ bin.extra_args | join(" ") }} "{{ bin.path }}" -o {{ library_pref
12
13
{#- Build pkg -#}
14
{% if pkg %}
15
-mojo package {{ pkg.extra_args | join(" ") }} "{{ pkg.path }}" -o {{ library_prefix }}/lib/mojo/{{ pkg.name}}.mojopkg
+mojo precompile {{ pkg.extra_args | join(" ") }} "{{ pkg.path }}" -o {{ library_prefix }}/lib/mojo/{{ pkg.name}}.mojopkg
16
{% endif %}
0 commit comments