Anybody else experiencing the on_load_function_failed, Elixir.Socket error with exrm releases?

I’m using exrm to build my first release and keep running into this error from the elixir-socket library’s use of the @on_load call. bitwalker has an open pull request with a fix here: https://github.com/meh/elixir-socket/pull/49 but I still get the error even when I use his fork.

I’m wondering if I’m doing something wrong. I need to make sure that fork is used in place of all Elixir.Socket dependencies in my system or it won’t go away. I’m using the email_checker package which also uses socket, for example.

Any ideas on the best way to handle this? I’m assuming there has to be a cleaner solution than fork everything with that dependency, right?