mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +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
|
static HashMap<String, String> const s_driver_path_map
|
||||||
{
|
{
|
||||||
#if defined(__serenity__)
|
#if defined(__serenity__)
|
||||||
{ "softgpu", "/usr/lib/libsoftgpu.so" },
|
{ "softgpu", "libsoftgpu.so" },
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
{ "softgpu", "./liblagom-softgpu.dylib" },
|
{ "softgpu", "./liblagom-softgpu.dylib" },
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue