1
0

I -think- that a typo in the Makefile caused Travis test to break six months ago. This is embarassing

Signed-off-by: Jesse Vincent <jesse@keyboard.io>
This commit is contained in:
Jesse Vincent 2019-05-24 11:14:45 +09:00 committed by Florian Fleissner
parent 37fb442fc8
commit 8c39a1526a

View File

@ -22,8 +22,8 @@
ifeq ($(BOARD_HARDWARE_PATH),) ifeq ($(BOARD_HARDWARE_PATH),)
PLUGIN_TEST_SUPPORT_DIR =? ./build-tools PLUGIN_TEST_SUPPORT_DIR ?= ./build-tools
KALEIDOSCOPE_BUILDER_DIR =? ./avr/libraries/Kaleidoscope/bin/ KALEIDOSCOPE_BUILDER_DIR ?= ./avr/libraries/Kaleidoscope/bin/
endif endif