Get the OpenCL driver name right on Linux, confirm test passes
parent
950f268bad
commit
3b9d6f64a4
|
@ -7,7 +7,7 @@ IN: opencl.ffi
|
|||
<< "opencl" {
|
||||
{ [ os windows? ] [ "OpenCL.dll" ] }
|
||||
{ [ os macosx? ] [ "/System/Library/Frameworks/OpenCL.framework/OpenCL" ] }
|
||||
{ [ os unix? ] [ "libopencl.so" ] }
|
||||
{ [ os unix? ] [ "libOpenCL.so" ] }
|
||||
} cond "stdcall" add-library >>
|
||||
LIBRARY: opencl
|
||||
|
||||
|
|
Loading…
Reference in New Issue