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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-05 15:24:52 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-05 15:24:52 +0300
commit631a8d85d4a2b83394bbbb2ac629bbe2f206fa21 (patch)
treeeb271d391d0e630c0fc093eb6b5f0d1f279846e8 /source/blender/blenkernel/SConscript
parentc5a0e79fb02d42cdd657ddc6bb0805335df212bd (diff)
* WITH_BF_GETTEXT and WITH_BF_FREETYPE are merged into WITH_BF_INTERNATIONAL
* typo in adding BF_OPENAL_LIBPATH, resulting in it not being added at all
Diffstat (limited to 'source/blender/blenkernel/SConscript')
-rw-r--r--source/blender/blenkernel/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/SConscript b/source/blender/blenkernel/SConscript
index df709db5a0b..aaee2409d89 100644
--- a/source/blender/blenkernel/SConscript
+++ b/source/blender/blenkernel/SConscript
@@ -14,7 +14,7 @@ incs += ' ' + env['BF_SDL_INC']
defs = ''
-if env['WITH_BF_FREETYPE'] == 1:
+if env['WITH_BF_INTERNATIONAL'] == 1:
defs += 'WITH_FREETYPE2'
if env['WITH_BF_OPENEXR'] == 1: