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/config
diff options
context:
space:
mode:
authorArystanbek Dyussenov <arystan.d@gmail.com>2010-02-11 11:47:33 +0300
committerArystanbek Dyussenov <arystan.d@gmail.com>2010-02-11 11:47:33 +0300
commit65d533bc7730786248e53b324cd904d44b058c57 (patch)
tree72ba98f324843aedacd9adbe5d295664ba7a8d03 /config
parent3189732ab6022879e0b974050adf8b5530735b90 (diff)
scons linux config: only BF_OPENCOLLADA needs to be user-set, BF_OPENCOLLADA_INC is derived.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 4314199f386..532e71a3fe1 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -156,6 +156,7 @@ BF_COLLADA = '#source/blender/collada'
BF_COLLADA_INC = '${BF_COLLADA}'
BF_COLLADA_LIB = 'bf_collada'
BF_OPENCOLLADA = '/usr'
+BF_OPENCOLLADA_INC = '${BF_OPENCOLLADA}'
BF_OPENCOLLADA_LIB = 'OpenCOLLADAStreamWriter OpenCOLLADASaxFrameworkLoader OpenCOLLADAFramework OpenCOLLADABaseUtils GeneratedSaxParser UTF MathMLSolver pcre buffer ftoa'
BF_OPENCOLLADA_LIBPATH = '${BF_OPENCOLLADA}/lib'
BF_PCRE = ''