From 152ee7f557dc8fbc4893d7dd39447eabd122b102 Mon Sep 17 00:00:00 2001 From: Mark Waddingham Date: Wed, 14 Jun 2017 08:58:21 +0000 Subject: [PATCH] [[ 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. --- libcef/libcef.stubs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcef/libcef.stubs b/libcef/libcef.stubs index 54857ce0..a57a48af 100644 --- a/libcef/libcef.stubs +++ b/libcef/libcef.stubs @@ -1,4 +1,4 @@ -cef ./Externals/CEF/libcef ./CEF/libcef ./CEF/libcef +cef ./Externals/CEF/libcef ./Externals/CEF/libcef ./Externals/CEF/libcef cef_add_cross_origin_whitelist_entry: (pointer,pointer,pointer,integer) -> (integer) cef_api_hash: (integer) -> (pointer) cef_base64decode: (pointer) -> (pointer)