From bde58068dd11f4971d503d7aa1de7886954552a9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 30 Aug 2023 01:50:52 +0200 Subject: [PATCH] Correct CEF webview library name in the sample bakefiles It shouldn't have any underscore in it. --- build/bakefiles/wxpresets/presets/wx.bkl | 4 ++-- build/bakefiles/wxpresets/presets/wx_win32.bkl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/bakefiles/wxpresets/presets/wx.bkl b/build/bakefiles/wxpresets/presets/wx.bkl index 18ae92aa9d..849e2cf042 100644 --- a/build/bakefiles/wxpresets/presets/wx.bkl +++ b/build/bakefiles/wxpresets/presets/wx.bkl @@ -88,7 +88,7 @@ NOTE: as a reference here is a list of all wxWidgets libraries satisfying the dependency constraints mentioned in description: - webview_chromium + webviewchromium webview richtext aui @@ -124,7 +124,7 @@ tag definitions. --> - base core net xml xrc html adv media gl qa aui ribbon propgrid richtext stc webview webview_chromium + base core net xml xrc html adv media gl qa aui ribbon propgrid richtext stc webview webviewchromium @@ -203,7 +203,7 @@ $(WXLIB_PROPGRID_NAME) $(WXLIB_RICHTEXT_NAME) $(WXLIB_WEBVIEW_NAME) - $(WXLIB_WEBVIEW_CHROMIUM_NAME) + $(WXLIB_WEBVIEW_CHROMIUM_NAME)