Bundlex.Helper.ErlangHelper (Bundlex v0.5.1) View Source

Module containing helper functions that ease determining path to locally- installed Erlang.

Link to this section Summary

Functions

Tries to determine paths to includes directory of locally installed Erlang.

Tries to determine paths to libs directory of locally installed Erlang.

Link to this section Functions

Specs

get_includes(Bundlex.platform_t()) :: [String.t()]

Tries to determine paths to includes directory of locally installed Erlang.

Specs

get_lib_dirs(Bundlex.platform_t()) :: [String.t()]

Tries to determine paths to libs directory of locally installed Erlang.