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
path: root/extern
diff options
context:
space:
mode:
Diffstat (limited to 'extern')
-rw-r--r--extern/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/SConscript b/extern/SConscript
index 15cace23c6c..4228c50ce7c 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -3,8 +3,8 @@
Import('env')
SConscript(['qhull/SConscript',
- 'solid/SConscript',
- 'bullet/SConscript'])
+ 'solid/SConscript',
+ 'bullet/SConscript'])
-if env['WITH_BF_FREETYPE'] == 1:
+if env['WITH_BF_INTERNATIONAL']:
SConscript(['bFTGL/SConscript'])