Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/nan_definitions.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 93cac3bd9c2..1ea2637b832 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -154,7 +154,7 @@ all debug::
export WITH_QUICKTIME ?= true
# enable l10n
- #export INTERNATIONAL ?= true
+ export INTERNATIONAL ?= true
else
ifeq ($(OS),freebsd)
@@ -263,7 +263,7 @@ all debug::
export NAN_PARANOID ?= true
#i10n
- export INTERNATIONAL ?= true
+ #export INTERNATIONAL ?= true
else
ifeq ($(OS),openbsd)