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>2014-12-02 14:52:11 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-12-02 14:53:22 +0300
commitc75105551344527538ac868a469b2ecd41fd79ce (patch)
tree227b6543d7a1d3164bc1a8bb31984ed9be369c68 /intern/cycles/kernel
parent18d08ede22e20e46aa75957ce09543c788c64460 (diff)
Cycles: Tweak to the include paths after recent atomics change
Who could knew that include directories are not inherited in scons..
Diffstat (limited to 'intern/cycles/kernel')
-rw-r--r--intern/cycles/kernel/osl/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/osl/SConscript b/intern/cycles/kernel/osl/SConscript
index d721edbaf6e..723ab26b9b3 100644
--- a/intern/cycles/kernel/osl/SConscript
+++ b/intern/cycles/kernel/osl/SConscript
@@ -38,6 +38,7 @@ incs.append(env['BF_OIIO_INC'])
incs.append(env['BF_BOOST_INC'])
incs.append(env['BF_OSL_INC'])
incs.append(env['BF_OPENEXR_INC'].split())
+incs.append('#/intern/atomic')
defs.append('CCL_NAMESPACE_BEGIN=namespace ccl {')
defs.append('CCL_NAMESPACE_END=}')