aboutsummaryrefslogtreecommitdiffstats
path: root/core/core.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-05 14:43:33 +0200
committerLoïc Hoguin <[email protected]>2023-05-05 16:14:06 +0200
commit2f5e90da5156a54275f30b6b4a4051774adea3da (patch)
tree2150f766e059809b8df6e897f5bc096a4618fbc8 /core/core.mk
parent9fd062209fcdb05331dc0b8aa8cd831723bdf6eb (diff)
downloaderlang.mk-2f5e90da5156a54275f30b6b4a4051774adea3da.tar.gz
erlang.mk-2f5e90da5156a54275f30b6b4a4051774adea3da.tar.bz2
erlang.mk-2f5e90da5156a54275f30b6b4a4051774adea3da.zip
Autopatch: Move to Rebar3
Diffstat (limited to 'core/core.mk')
-rw-r--r--core/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.mk b/core/core.mk
index 77adc2e..e7bf579 100644
--- a/core/core.mk
+++ b/core/core.mk
@@ -171,7 +171,7 @@ endef
# Adding erlang.mk to make Erlang scripts who call init:get_plain_arguments() happy.
define erlang
-$(ERL) $2 -pz $(ERLANG_MK_TMP)/rebar/ebin -eval "$(subst $(newline),,$(call escape_dquotes,$1))" -- erlang.mk
+$(ERL) $2 -pz $(ERLANG_MK_TMP)/rebar3/_build/prod/lib/*/ebin/ -eval "$(subst $(newline),,$(call escape_dquotes,$1))" -- erlang.mk
endef
ifeq ($(PLATFORM),msys2)