Bundlex v0.2.3 Bundlex.Helper.ErlangHelper 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
Link to this function
get_includes(platform)
View Source
get_includes(platform)
View Source
get_includes(Bundlex.Platform.name_t()) :: [String.t()]
get_includes(Bundlex.Platform.name_t()) :: [String.t()]
Tries to determine paths to includes directory of locally installed Erlang.
Link to this function
get_lib_dirs(platform)
View Source
get_lib_dirs(platform)
View Source
get_lib_dirs(Bundlex.Platform.name_t()) :: [String.t()]
get_lib_dirs(Bundlex.Platform.name_t()) :: [String.t()]
Tries to determine paths to libs directory of locally installed Erlang.