mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
LibGPU: Do not load LibSoftGPU via symlink inside Serenity
For unknown reasons, unveil() does not work on symlinks. This prevents it from being used in an unveil environment such as WebContent.
This commit is contained in:
parent
df2c0588ea
commit
7d1fcb0cb3
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", "libsoftgpu.so" },
|
||||
{ "softgpu", "libsoftgpu.so.serenity" },
|
||||
#elif defined(__APPLE__)
|
||||
{ "softgpu", "./liblagom-softgpu.dylib" },
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue