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:
-rw-r--r--intern/cycles/util/util_cuda.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_cuda.cpp b/intern/cycles/util/util_cuda.cpp
index ddd8b001465..6c9ee7c548f 100644
--- a/intern/cycles/util/util_cuda.cpp
+++ b/intern/cycles/util/util_cuda.cpp
@@ -378,7 +378,7 @@ bool cuLibraryInit()
if(cuHavePrecompiledKernels())
result = true;
-#ifdef _WIN32
+#ifndef _WIN32
else if(cuCompilerPath() != "")
result = true;
#endif