mirror of
https://github.com/minetest/minetest.git
synced 2025-01-11 10:30:20 +01:00
Actually make USE_GETTEXT available in the source
This commit is contained in:
parent
423109e64c
commit
3715e39e5d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user