Skip to content

Instantly share code, notes, and snippets.

@joaohf
Created March 21, 2019 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaohf/d50292f242c870e3e7ebfbe1dac13f2b to your computer and use it in GitHub Desktop.
Save joaohf/d50292f242c870e3e7ebfbe1dac13f2b to your computer and use it in GitHub Desktop.
REBAR3_PROFILE ?= ""
REBAR3_RELEASE_NAME ?= "${BPN}-${@get_erlang_release("${PV}")}"
export REBAR3_TARGET_INCLUDE_ERTS = "${STAGING_LIBDIR}/erlang"
export REBAR3_TARGET_SYSTEM_LIBS = "${STAGING_LIBDIR}/erlang"
export ERLANG_ERTS = "$(erl -version 2>&1 | gawk '{print $NF}' | tr -d '\n\r')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment