You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 102.0.8
This commit is contained in:
@ -1266,8 +1266,6 @@ begin
|
||||
TempList.Add(TempDir + 'vulkan-1.dll');
|
||||
TempList.Add(TempDir + 'libEGL.dll');
|
||||
TempList.Add(TempDir + 'libGLESv2.dll');
|
||||
TempList.Add(TempDir + 'swiftshader\libEGL.dll');
|
||||
TempList.Add(TempDir + 'swiftshader\libGLESv2.dll');
|
||||
{$ENDIF}
|
||||
{$IFDEF LINUX}
|
||||
TempList.Add(TempDir + 'libEGL.so');
|
||||
@ -1275,8 +1273,6 @@ begin
|
||||
TempList.Add(TempDir + 'libvk_swiftshader.so');
|
||||
TempList.Add(TempDir + 'vk_swiftshader_icd.json');
|
||||
TempList.Add(TempDir + 'libvulkan.so.1');
|
||||
TempList.Add(TempDir + 'swiftshader/libEGL.so');
|
||||
TempList.Add(TempDir + 'swiftshader/libGLESv2.so');
|
||||
{$ENDIF}
|
||||
TempList.Add(TempDir + 'icudtl.dat');
|
||||
|
||||
|
Reference in New Issue
Block a user