From 60d47d347ab913c79d38b90557436935a19e12ae Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 25 Jan 2017 07:20:07 +0100 Subject: [PATCH] keyboardio-builder: Drop the extra build args There is no `libraries/` in the core firmware anymore, do not add that to the library search path. Signed-off-by: Gergely Nagy --- .keyboardio-builder.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.keyboardio-builder.conf b/.keyboardio-builder.conf index 90bc5472..db892892 100644 --- a/.keyboardio-builder.conf +++ b/.keyboardio-builder.conf @@ -8,6 +8,5 @@ generate_keymaps () { ( find . -type f | sort | xargs -n 1 -I % sh -c 'perl ../../../tools/generate_keymaps.pl < % >> ../generated/keymaps.h' )) } -EXTRA_BUILDER_ARGS="-libraries ${SOURCEDIR}/libraries" DEFAULT_SKETCH=KeyboardioFirmware compile_HOOKS="generate_keymaps"