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

Commit 83267ce

Browse files
committed
[[ Bug 19658 ]] Make CEF work on linux
This patch ensures the CEF weak stubs bind to Externals/CEF/libcef.so rather than CEF/libcef.so.
1 parent 6ce7149 commit 83267ce

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 ./CEF/libcef
22
cef_add_cross_origin_whitelist_entry: (pointer,pointer,pointer,integer) -> (integer)
33
cef_api_hash: (integer) -> (pointer)
44
cef_base64decode: (pointer) -> (pointer)

0 commit comments

Comments
 (0)