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

Less warning

This commit is contained in:
yalh76 2021-05-19 21:12:05 +02:00
parent 4960956a5f
commit cae1755203
2 changed files with 4 additions and 4 deletions

View file

@ -138,9 +138,9 @@ else
fi
pushd $final_path
cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE
ynh_exec_warn_less cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE
make -j$(nproc)
ynh_exec_warn_less make -j$(nproc)
popd
#=================================================

View file

@ -159,9 +159,9 @@ else
fi
pushd $final_path
cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE
ynh_exec_warn_less cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE
make -j$(nproc)
ynh_exec_warn_less make -j$(nproc)
popd
#=================================================