aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2019-11-06 08:55:35 +0000
committerrubenwardy <rw@rubenwardy.com>2020-01-10 18:57:45 +0000
commit7f2911b7f036fa633fef131058f952f4c38733cb (patch)
tree028d2adff2906131714916e72a5f158518f43464 /minetest.conf.example
parentd877e9030182cec48747b4c3519ce79d95f1b105 (diff)
downloadminetest-7f2911b7f036fa633fef131058f952f4c38733cb.tar.gz
minetest-7f2911b7f036fa633fef131058f952f4c38733cb.tar.bz2
minetest-7f2911b7f036fa633fef131058f952f4c38733cb.zip
Translated using Weblate (Italian)
Currently translated at 96.9% (1234 of 1274 strings)
Diffstat (limited to 'minetest.conf.example')
0 files changed, 0 insertions, 0 deletions
' -DCUSTOM_GETTEXT_PATH=/usr/local/opt/gettext' fi cmake -DCMAKE_BUILD_TYPE=Debug \ -DRUN_IN_PLACE=TRUE \ -DENABLE_GETTEXT=TRUE \ -DBUILD_SERVER=TRUE \ ${CMAKE_FLAGS} .. make -j2 echo "Running unit tests." CMD="../bin/minetest --run-unittests" if [[ "${VALGRIND}" == "1" ]]; then valgrind --leak-check=full --leak-check-heuristics=all --undef-value-errors=no --error-exitcode=9 ${CMD} && exit 0 else ${CMD} && exit 0