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

Erik Charlebois 2010-03-05 22:37:10 -08:00
parent 7d0b3342a0
commit 819857623d
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