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
In an attempt to make enet compile with rebar3 and on machines other than my own, I've just broken the libevent/tap port driver. Fixing this means working out how to pass LDFLAGS="-levent" to the pc plugin and on OS X, working out how to run brew --prefix libevent and using the result to generated CFLAGS and LDFLAGS.
Suggestions welcome.
The text was updated successfully, but these errors were encountered:
In an attempt to make enet compile with rebar3 and on machines other than my own, I've just broken the libevent/tap port driver. Fixing this means working out how to pass
LDFLAGS="-levent"
to the pc plugin and on OS X, working out how to runbrew --prefix libevent
and using the result to generatedCFLAGS
andLDFLAGS
.Suggestions welcome.
The text was updated successfully, but these errors were encountered: