Teach the makefile builder to look for Kaleidoscople plugin libraries inside the plugins directory

pull/1000/head
Jesse Vincent 4 years ago
parent c5ac087390
commit a85c86ed70
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -177,6 +177,7 @@ compile:
$(QUIET) install -d "${OUTPUT_PATH}"
$(QUIET) $(ARDUINO_CLI) compile --fqbn "${FQBN}" ${ARDUINO_VERBOSE} --warnings all ${ccache_wrapper_property} ${local_cflags_property} \
--libraries "${KALEIDOSCOPE_PLATFORM_LIB_DIR}" \
--libraries "${KALEIDOSCOPE_DIR}/plugins/" \
--build-path "${BUILD_PATH}" \
--output-dir "${OUTPUT_PATH}" \
--build-cache-path "${CORE_CACHE_PATH}" \

Loading…
Cancel
Save