Get the OpenCL driver name right on Linux, confirm test passes

db4
Erik Charlebois 2010-03-05 22:37:10 -08:00
parent 950f268bad
commit 3b9d6f64a4
1 changed files with 1 additions and 1 deletions

View File

@ -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