You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Fixed build issue in Android projects although it's not supported
This commit is contained in:
@@ -48,6 +48,11 @@ const
|
||||
CHROMEELF_DLL = '';
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ANDROID}
|
||||
LIBCEF_DLL = '';
|
||||
CHROMEELF_DLL = '';
|
||||
{$ENDIF}
|
||||
|
||||
// for InitLibLocationFromArgs
|
||||
LIBCEF_PAK = 'cef.pak';
|
||||
LIBCEF_LOCALE_DIR = 'locales';
|
||||
|
||||
Reference in New Issue
Block a user