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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 230f223b67d..1189a3abeea 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ endif
DIRS ?= extern intern source
-ifeq ($(INTERNATIONAL),true)
+ifneq ($(INTERNATIONAL),false)
DIRS += po
endif