mirror of
https://github.com/minetest/minetest.git
synced 2025-09-18 11:20:35 +02:00
Actually make USE_GETTEXT available in the source
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
#define PROJECT_NAME "@PROJECT_NAME@"
|
#define PROJECT_NAME "@PROJECT_NAME@"
|
||||||
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
|
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
|
||||||
#define VERSION_STRING "@VERSION_STRING@"
|
#define VERSION_STRING "@VERSION_STRING@"
|
||||||
|
#define USE_GETTEXT @USE_GETTEXT@
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
#define BUILD_TYPE "Release"
|
#define BUILD_TYPE "Release"
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user