Skip to content

Commit

Permalink
glib: osx: brew symlink workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lws-team committed Mar 24, 2020
1 parent c261f5a commit 9b637c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/event-libs/glib/private-lib-event-libs-glib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9b637c1

Please sign in to comment.