[Bf-blender-cvs] [f2597ab] testbuild: Fix for buildbot compilation error in intern/ghost with SCons.

Tamito Kajiyama noreply at git.blender.org
Fri Nov 14 04:31:36 CET 2014


Commit: f2597abafd6c33b5a1cb887a37d06798a0af58e5
Author: Tamito Kajiyama
Date:   Mon Sep 8 01:21:45 2014 +0900
Branches: testbuild
https://developer.blender.org/rBf2597abafd6c33b5a1cb887a37d06798a0af58e5

Fix for buildbot compilation error in intern/ghost with SCons.

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

M	intern/ghost/SConscript

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

diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 8075647..9c0d2dd 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -47,6 +47,7 @@ incs = [
     '#source/blender/imbuf',
     '#source/blender/makesdna',
     '../string',
+    '../../source/blender/blenlib',
     ]
 incs = ' '.join(incs)




More information about the Bf-blender-cvs mailing list