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 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 6de11d8fe4e..eacf18266f0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -523,7 +523,7 @@ if env['OURPLATFORM']!='darwin':
for f in df:
# This files aren't used anymore
- if f in ['.Blanguages', '.bfont.ttf']:
+ if f in (".bfont.ttf", ):
continue
if not env['WITH_BF_INTERNATIONAL']: