[Bf-blender-cvs] [0d71d0a] master: Correction to previous commit, sorry

Sergey Sharybin noreply at git.blender.org
Sun Dec 8 10:13:11 CET 2013


Commit: 0d71d0a8f07b36727d56cd756adbb6816618c06a
Author: Sergey Sharybin
Date:   Sun Dec 8 15:10:47 2013 +0600
http://developer.blender.org/rB0d71d0a8f07b36727d56cd756adbb6816618c06a

Correction to previous commit, sorry

===================================================================

M	source/blender/python/SConscript

===================================================================

diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 3378c43..a5b52a3 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')




More information about the Bf-blender-cvs mailing list