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 'source/blender/blenfont/Makefile')
-rw-r--r--source/blender/blenfont/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/Makefile b/source/blender/blenfont/Makefile
index be62c87cbf4..43eda027855 100644
--- a/source/blender/blenfont/Makefile
+++ b/source/blender/blenfont/Makefile
@@ -30,5 +30,5 @@ DIRS = intern
include nan_subdirs.mk
ifeq ($(INTERNATIONAL), true)
- CPPFLAGS += -DINTERNATIONAL
+ CPPFLAGS += -DINTERNATIONAL
endif