From a764c27ad9d2c3965e59817721cd77acff156f6f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 15 Nov 2020 00:23:35 -0800 Subject: [PATCH] with the export, we do not need to explicitly pass this --- etc/sketch-arduino-cli.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sketch-arduino-cli.mk b/etc/sketch-arduino-cli.mk index 05c63a76..fa391d9d 100644 --- a/etc/sketch-arduino-cli.mk +++ b/etc/sketch-arduino-cli.mk @@ -113,5 +113,5 @@ flash: compile %: - ARDUINO_DIRECTORIES_USER=$(ARDUINO_DIRECTORIES_USER) $(KALEIDOSCOPE_BIN_DIR)/kaleidoscope-builder $@ + $(KALEIDOSCOPE_BIN_DIR)/kaleidoscope-builder $@