processone / fast_tls

TLS / SSL OpenSSL-based native driver for Erlang / Elixir
https://www.ejabberd.im
Other
83 stars 37 forks source link

Escape bundle_loader path #38

Closed arcusfelis closed 5 years ago

arcusfelis commented 5 years ago

It allows to compile with Erlang, installed into a directory with whitespaces.

ErlangInstaller on Mac OS X installs erlang into a path like:

/Users/username/Library/Application Support/ErlangInstaller/21.1/bin

Which does not work well with fast_tls compilation :)

prefiks commented 5 years ago

Thanks, looks sensible so let's merge it.