From 8c39a1526a601713c663285f9b372aa3a5706bdf Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 24 May 2019 11:14:45 +0900 Subject: [PATCH] I -think- that a typo in the Makefile caused Travis test to break six months ago. This is embarassing Signed-off-by: Jesse Vincent --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 57be1b9..77bbd42 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ ifeq ($(BOARD_HARDWARE_PATH),) -PLUGIN_TEST_SUPPORT_DIR =? ./build-tools -KALEIDOSCOPE_BUILDER_DIR =? ./avr/libraries/Kaleidoscope/bin/ +PLUGIN_TEST_SUPPORT_DIR ?= ./build-tools +KALEIDOSCOPE_BUILDER_DIR ?= ./avr/libraries/Kaleidoscope/bin/ endif