initial builder support for building from an arduino boards manager install

pull/198/head
Jesse Vincent 7 years ago
parent 6325e87afa
commit f3a7e18805

@ -119,7 +119,6 @@ compile () {
install -d "${OUTPUT_PATH}"
echo "Building ${OUTPUT_DIR}/${SKETCH} (${LIB_VERSION}) ..."
${compile_HOOKS}
if [ -d "${ARDUINO_LOCAL_LIB_PATH}/libraries" ]; then
@ -128,6 +127,7 @@ compile () {
${ARDUINO_BUILDER} \
-compile \
-hardware "${HOME}/.arduino15/packages" \
-hardware "${ARDUINO_PATH}/hardware" \
-hardware "${BOARD_HARDWARE_PATH}" \
${ARDUINO_TOOLS_PARAM} \

Loading…
Cancel
Save