mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
glib: osx: brew symlink workaround
This commit is contained in:
parent
c261f5a90e
commit
9b637c17b9
1 changed files with 4 additions and 0 deletions
|
@ -23,7 +23,11 @@
|
|||
*/
|
||||
|
||||
#if defined(LWS_WITH_GLIB)
|
||||
#if defined(__APPLE__)
|
||||
#include <glib.h>
|
||||
#else
|
||||
#include <glib-2.0/glib.h>
|
||||
#endif
|
||||
#endif /* LWS_WITH_GLIB */
|
||||
|
||||
struct lws_pt_eventlibs_glib {
|
||||
|
|
Loading…
Add table
Reference in a new issue