mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibGPU: Don't dlopen using absolute path
This commit is contained in:
parent
36d9943d3a
commit
154cb4e368
Notes:
sideshowbarker
2024-07-17 14:17:53 +09:00
Author: https://github.com/ccapitalK
Commit: 154cb4e368
Pull-request: https://github.com/SerenityOS/serenity/pull/13556
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
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