From 8cf0c3f0a5e0aef82bbd24107a3079b41a385eb1 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 17 Nov 2020 00:29:34 -0800 Subject: [PATCH] try to force the etc dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7185367..6d08dbfc 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ endif # the hardware directory can be determined in relation to the position of # this Makefile. -KALEIDOSCOPE_ETC_DIR := $(mkfile_dir)/etc +export KALEIDOSCOPE_ETC_DIR := $(mkfile_dir)/etc include $(mkfile_dir)/etc/makefiles/arduino-cli.mk # Set up an argument for passing to the simulator tests in docker