Blender Git Loki
Git Commits -> Revision 76d1201
Revision 76d1201 by Bastien Montagne (master) December 4, 2015, 23:17 (GMT) |
Fix OSL shaders building with some versions of that lib. This must have happened months ago, but as I did not `make clean` any build folder since then, so only noted that today. Issue is same as dirty patch we have to apply to ODL sources before building it in install_deps.sh - for some mysterious reason, it has become impossible to compoile .osl files into .oso ones without giving explicit output file name (otherwise it just produces `.oso` file - utterly stupid and useless). We could probably fix that in own OSL source, but think being explicit here does not hurt anyway, so... Let's go the easy way. |
Commit Details:
Full Hash: 76d1201996c9b23bc4cb8c1c6394081cb139ed06
Parent Commit: 3c6709a
Lines Changed: +1, -1
1 Modified Path:
/intern/cycles/kernel/shaders/CMakeLists.txt (+1, -1) (Diff)