Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit ad9c2e6

Browse files
committed
[Bug 19345] Load CEF from correct location on Linux & Win
When LiveCode is installed by the installer on Linux and Windows, the CEF library is located in `./Externals/CEF`. This patch updates the CEF stubs file to attempt to load `libcef` from the correct location. This comes at the cost of breaking using the browser widget and revBrowser from a build tree, where the CEF library is located in `./CEF` (see bug 19381).
1 parent d6f236c commit ad9c2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libcef/libcef.stubs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cef ./CEF/libcef ./CEF/libcef ./CEF/libcef
1+
cef ./Externals/CEF/libcef ./CEF/libcef ./Externals/CEF/libcef
22
cef_add_cross_origin_whitelist_entry: (pointer,pointer,pointer,integer) -> (integer)
33
cef_add_web_plugin_directory: (pointer) -> ()
44
cef_add_web_plugin_path: (pointer) -> ()

0 commit comments

Comments
 (0)