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:
authorJens Verwiebe <info@jensverwiebe.de>2012-11-12 13:31:10 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-11-12 13:31:10 +0400
commitad5cf1fe9c549f2e7b3bdca2bc7d26b5c97652d2 (patch)
treeb3a2f6198eae905f71aa08664b9b390306e7a8f0 /build_files
parentfbc61c96d6ba0a58a8e6b405c8cfe200622fc38c (diff)
fix scons compile after introducing BF_BOOST_LIB_INTERNATIONAL
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/tools/btools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 2296a9b884a..4e50f0dc313 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -590,6 +590,7 @@ def read_opts(env, cfg, args):
('BF_BOOST', 'Boost root path', ''),
('BF_BOOST_INC', 'Boost include path', ''),
('BF_BOOST_LIB', 'Boost library', ''),
+ ('BF_BOOST_LIB_INTERNATIONAL', 'Boost library', ''),
('BF_BOOST_LIBPATH', 'Boost library path', ''),
('BF_BOOST_LIB_STATIC', 'Boost static library', ''),