Bug#670566: arduino-mk: Including libraries is broken
Jérôme
jerome at jolimont.fr
Thu Aug 2 00:33:08 UTC 2012
> -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 part of a larger commit that came a few days after the commit
introducing the feature (and the typo) :
https://github.com/mjoldfield/Arduino-Makefile/commit/de2b5273ec27fbf418c642a34af4721608cd4163
--
Jérôme
More information about the debian-science-maintainers
mailing list