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

Commit 152ee7f

Browse files
committed
[[ CEF ]] Change libcef relative path on Windows
This patch ensures that the path (relative to the exe) which is used for 'libcef.dll' is Externals/CEF. This ensures that (when built) all engines look for things in the same place. Note: This will break CEF when building from source - we need to update the 'bin' folder structure appropriately on Windows.
1 parent a1b44b3 commit 152ee7f

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 ./Externals/CEF/libcef ./CEF/libcef ./CEF/libcef
1+
cef ./Externals/CEF/libcef ./Externals/CEF/libcef ./Externals/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)