Cycles: More fixes after include changes

This commit is contained in:
2017-03-31 10:12:13 +02:00
committed by Sergey Sharybin
parent d097c2a1b3
commit 4b7d95290f
3 changed files with 15 additions and 13 deletions

View File

@@ -235,7 +235,7 @@ string OpenCLCache::get_kernel_md5()
thread_scoped_lock lock(self.kernel_md5_lock);
if(self.kernel_md5.empty()) {
self.kernel_md5 = path_files_md5_hash(path_get("source/kernel"));
self.kernel_md5 = path_files_md5_hash(path_get("source"));
}
return self.kernel_md5;
}