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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-11-12 22:31:15 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-11-12 22:31:15 +0400
commite811a2d0ffe1e15190dd210d13ef3b50afc37d90 (patch)
treee6f19277d788c83f1014faa943b0494094a3ea9f /intern/locale
parentf0caab41b22744c97352a7f710f7dde4c163194f (diff)
Fix to allow several include dirs for python under scons build system (needed with new py3.3 debian-like packages).
Diffstat (limited to 'intern/locale')
-rw-r--r--intern/locale/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/locale/SConscript b/intern/locale/SConscript
index 4a1357b76e4..df745f093ea 100644
--- a/intern/locale/SConscript
+++ b/intern/locale/SConscript
@@ -11,4 +11,4 @@ if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')
incs += ' ' + env['BF_BOOST_INC']
-env.BlenderLib( 'bf_intern_locale', sources, Split(incs), defs, libtype=['extern','player'], priority=[10, 185])
+env.BlenderLib( 'bf_intern_locale', sources, Split(incs), defs, libtype=['intern','player'], priority=[10, 185])