You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update build tools and makefiles.
Link to libc++ and libc++abi to avoid undefined symbol error.
Fix visibility: PyMODINIT_FUNC.
Minimum Mac version: 10.7.
Do not use ctypes.CDLL on Mac, load CEF framework statically.
Both Mac and Linux: Add -DNDEBUG and -O3 optimization flags.
libcef_dll_wrapper needs to be built using this command:
cmake -G "Ninja" -DPROJECT_ARCH="x86_64" \
-DCMAKE_CXX_FLAGS="-stdlib=libc++" \
-DCMAKE_BUILD_TYPE=Release ..
ninja libcef_dll_wrapper
0 commit comments