kaleidoscope-builder: Add . to the library path

Fixes #111.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/116/head
Gergely Nagy 8 years ago
parent b2fd8d148a
commit 546f6ea218

@ -117,6 +117,7 @@ compile () {
${local_LIBS} \
-libraries "${BOARD_HARDWARE_PATH}/.." \
-libraries "${ROOT}" \
-libraries "." \
${EXTRA_BUILDER_ARGS} \
-build-path "${BUILD_PATH}" \
-ide-version "${ARDUINO_IDE_VERSION}" \

Loading…
Cancel
Save