Created
March 21, 2019 20:59
-
-
Save joaohf/d50292f242c870e3e7ebfbe1dac13f2b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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