From b8a27ab752389394bfdb8c15d1b69455c313991e Mon Sep 17 00:00:00 2001 From: zll600 <3400692417@qq.com> Date: Sun, 16 Jun 2024 11:03:41 +0800 Subject: fix: use REL_DEPS instead of BUILD_DEPS in plugins/bootstrap.mk --- plugins/bootstrap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 2e0ad8f..3ece184 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -451,7 +451,7 @@ endif $(verbose) mkdir config/ $(verbose) $(call core_render,bs_sys_config,config/sys.config) $(verbose) $(call core_render,bs_vm_args,config/vm.args) - $(verbose) awk '/^include erlang.mk/ && !ins {print "BUILD_DEPS += relx";ins=1};{print}' Makefile > Makefile.bak + $(verbose) awk '/^include erlang.mk/ && !ins {print "REL_DEPS += relx";ins=1};{print}' Makefile > Makefile.bak $(verbose) mv Makefile.bak Makefile new-app: -- cgit v1.2.3