Merge branch 'master' into webview-chromium
Merge the changes required by wxWebViewChromium, notably support for the entry hooks and new wxDynamicLibrary::ListLoaded() Unix implementation.
This commit is contained in:
commit
6762d5eaa5
79 changed files with 438 additions and 334 deletions
|
|
@ -565,6 +565,7 @@ check_symbol_exists(dlopen dlfcn.h HAVE_DLOPEN)
|
|||
cmake_pop_check_state()
|
||||
if(HAVE_DLOPEN)
|
||||
check_symbol_exists(dladdr dlfcn.h HAVE_DLADDR)
|
||||
check_symbol_exists(dl_iterate_phdr link.h HAVE_DL_ITERATE_PHDR)
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue