From da0137160238ae4a627ece03bea7f374beead7fa Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Sat, 31 May 2014 16:42:23 +0800 Subject: [PATCH] Remove lib prefix in multilib.bkl There is no need to add lib prefix, since g++ `-l` option will add it automatically. This patch does no effect on windows platform. --- build/bakefiles/multilib.bkl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/multilib.bkl b/build/bakefiles/multilib.bkl index 7e08f3e899..912f8df421 100644 --- a/build/bakefiles/multilib.bkl +++ b/build/bakefiles/multilib.bkl @@ -188,8 +188,8 @@ $(WEBVIEW_HDR) $(CEF_INCLUDE_DIR) $(CEF_LIB_DIR) - libcef - libcef_dll_wrapper + cef + cef_dll_wrapper