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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-11 23:20:52 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-11 23:20:52 +0400
commit38fd8c0e227bc3475627f4698c6ebc37777ed4a9 (patch)
tree3ac8170edeb65c121cd2d0e771cd55c62451c403 /build_files/scons/config/linux-config.py
parente070823378dfb7e35a73a9fb5e76d9073ec82e25 (diff)
Cycles: fix wrong openimageio path for lib/ directory.
Diffstat (limited to 'build_files/scons/config/linux-config.py')
-rw-r--r--build_files/scons/config/linux-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/scons/config/linux-config.py b/build_files/scons/config/linux-config.py
index 4921ab50595..7644259d390 100644
--- a/build_files/scons/config/linux-config.py
+++ b/build_files/scons/config/linux-config.py
@@ -197,8 +197,8 @@ BF_JEMALLOC_LIB = 'jemalloc'
BF_JEMALLOC_LIB_STATIC = '${BF_JEMALLOC_LIBPATH}/libjemalloc.a'
WITH_BF_OIIO = True
-BF_OIIO = LIBDIR + '/openimageio'
-if not os.path.exists(LCGDIR + '/openimageio'):
+BF_OIIO = LIBDIR + '/oiio'
+if not os.path.exists(LCGDIR + '/oiio'):
WITH_BF_OIIO = False
BF_OIIO = '/usr'
BF_OIIO_INC = BF_OIIO + '/include'