You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
418 B
12 lines
418 B
--- a/common/opencl.c 2019-03-12 00:41:42.000000000 +0000
|
|
+++ b/common/opencl.c 2019-04-28 22:39:02.672147762 +0100
|
|
@@ -36,7 +36,7 @@
|
|
#if SYS_MACOSX
|
|
#define ocl_open dlopen( "/System/Library/Frameworks/OpenCL.framework/OpenCL", RTLD_NOW )
|
|
#else
|
|
-#define ocl_open dlopen( "libOpenCL.so", RTLD_NOW )
|
|
+#define ocl_open dlopen( "libOpenCL.so.1", RTLD_NOW )
|
|
#endif
|
|
#define ocl_close dlclose
|
|
#define ocl_address dlsym
|