1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Only lowercase project name at compile time

This commit is contained in:
ShadowNinja
2015-04-21 11:09:44 -04:00
parent e0eec201a1
commit 3be9787e64
4 changed files with 11 additions and 11 deletions

View File

@@ -14,6 +14,7 @@
#include "cmake_config.h"
#elif defined (__ANDROID__) || defined (ANDROID)
#define PROJECT_NAME "Minetest"
#define PROJECT_NAME_LOWER "minetest"
#define STATIC_SHAREDIR ""
#include "android_version.h"
#ifdef NDEBUG