Unbreak build WITH_INTERNATIONAL=OFF
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
set(INC
|
||||
PUBLIC .
|
||||
../makesrna
|
||||
../../../intern/locale
|
||||
)
|
||||
|
||||
set(INC_SYS
|
||||
|
||||
@@ -32,17 +32,17 @@
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "CLG_log.h"
|
||||
|
||||
static CLG_LogRef LOG = {"translation.language"};
|
||||
|
||||
#ifdef WITH_INTERNATIONAL
|
||||
|
||||
# include "BLI_fileops.h"
|
||||
# include "BLI_linklist.h"
|
||||
|
||||
# include "CLG_log.h"
|
||||
|
||||
# include "messages.hh"
|
||||
|
||||
static CLG_LogRef LOG = {"translation.language"};
|
||||
|
||||
/* Locale options. */
|
||||
static const char **locales = nullptr;
|
||||
static int num_locales = 0;
|
||||
|
||||
Reference in New Issue
Block a user