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

Loading…
Cancel
Save