https://bugs.winehq.org/show_bug.cgi?id=51541
--- Comment #11 from Sveinar Søpler cybermax@dexter.no --- Created attachment 71743 --> https://bugs.winehq.org/attachment.cgi?id=71743 Attempt to load libcuda.so.1 if libcuda.so is not found
Attached a patch that would attempt to load libcuda.so first, and libcuda.so.1 if that is not found (similar to what seems to happen if _APPLE_ is defined if i understand this correct).
I am not disregarding the above info about actually using correct SONAME, but in the meantime, could this be added?