Merge pull request #116 from algernon/h/tools/builder/cwd-in-library-path

kaleidoscope-builder: Add . to the library path
pull/117/head
Jesse Vincent 8 years ago committed by GitHub
commit a0a5604c27

@ -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