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:
parent
4960956a5f
commit
cae1755203
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue