1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Attempt to make pyodide build work #7

This commit is contained in:
Florent 2023-11-21 22:13:27 +01:00 committed by Florent F
parent a82dc0e516
commit e6b8c40b15
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ pushd "$install_dir"
popd
pushd "$install_dir/sandbox/pyodide"
ynh_exec_warn_less ynh_exec_as $app make setup
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH make setup
popd
#=================================================

View file

@ -58,7 +58,7 @@ then
popd
pushd "$install_dir/sandbox/pyodide"
ynh_exec_warn_less ynh_exec_as $app make setup
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH make setup
popd
fi