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
path: root/extern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-02-28 05:11:17 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-02-28 05:11:17 +0300
commitc0d6627dc5fd069ec31c116e98e1817a0fe20ebb (patch)
tree3917fd81f0d7924da0e9099984f0558ff06bc788 /extern
parentc9a292793011cc813f20bcae0225a13cc82bdea4 (diff)
parent8a7eb6c4c1677cca8349ac250cd8f3c8ccdbd385 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'extern')
-rw-r--r--extern/cuew/src/cuew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/cuew/src/cuew.c b/extern/cuew/src/cuew.c
index 329dfbad3aa..ad216e66452 100644
--- a/extern/cuew/src/cuew.c
+++ b/extern/cuew/src/cuew.c
@@ -338,7 +338,7 @@ static int cuewCudaInit(void) {
/* Default installation path. */
const char *cuda_paths[] = {"/usr/local/cuda/lib/libcuda.dylib", NULL};
#else
- const char *cuda_paths[] = {"libcuda.so", NULL};
+ const char *cuda_paths[] = {"libcuda.so", "libcuda.so.1", NULL};
#endif
static int initialized = 0;
static int result = 0;