From 0d71d0a8f07b36727d56cd756adbb6816618c06a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 8 Dec 2013 15:10:47 +0600 Subject: [PATCH] Correction to previous commit, sorry --- source/blender/python/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')