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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-12-08 13:10:47 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-08 13:11:07 +0400
commit0d71d0a8f07b36727d56cd756adbb6816618c06a (patch)
tree457c2674280a153bdac8ec1d7265444e505e5b57 /source/blender/python/SConscript
parent46f8dba4c783fe5d174bd47a70710f9d7f0aeb07 (diff)
Correction to previous commit, sorry
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 3378c43f1f6..a5b52a3dd63 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -189,7 +189,7 @@ if env['WITH_BF_OCIO']:
if env['WITH_BF_OIIO']:
defs.append('WITH_OPENIMAGEIO')
- incs += ' ../../imbuf/intern/oiio'
+ incs += ' ../imbuf/intern/oiio'
if env['WITH_BF_PLAYER']:
defs.append('WITH_PLAYER')