Removed macOS only wxWebKitCtrl
This macOS only class duplicated functionality and code of wxWebView.
This commit is contained in:
@@ -75,7 +75,7 @@ if(WIN32)
|
||||
endif()
|
||||
if(WXOSX_COCOA)
|
||||
wx_lib_link_libraries(wxcore PUBLIC "-framework AudioToolbox")
|
||||
if(wxUSE_WEBKIT)
|
||||
if(wxUSE_WEBVIEW)
|
||||
wx_lib_link_libraries(wxcore PUBLIC "-framework WebKit")
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user