> -USER_LIB_CPP_SRC = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS)))
> -USER_LIB_C_SRC = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS)))
> +USER_LIB_CPP_SRCS = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS)))
> +USER_LIB_C_SRCS = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS)))
FWIW, this is pa
Package: arduino-mk
Version: 0.8-4
Followup-For: Bug #670566
Dear Maintainer,
the support for adding custom libraries is still broken. There is a typo
and apparently nobody tested the change. :-)
--- Arduino.mk~ 2012-07-05 22:43:19.755009325 +0200
+++ Arduino.mk 2012-07-05 22:43:40.379008506 +0
2 matches
Mail list logo