mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
LibGPU: Don't dlopen using absolute path
This commit is contained in:
parent
36d9943d3a
commit
154cb4e368
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace GPU {
|
|||
static HashMap<String, String> const s_driver_path_map
|
||||
{
|
||||
#if defined(__serenity__)
|
||||
{ "softgpu", "/usr/lib/libsoftgpu.so" },
|
||||
{ "softgpu", "libsoftgpu.so" },
|
||||
#elif defined(__APPLE__)
|
||||
{ "softgpu", "./liblagom-softgpu.dylib" },
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue