diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-03-29 21:53:38 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-03-29 21:53:38 +0200 |
commit | b0367ca2446cc61f697d5d3cf30b3ac5f4ae6ed8 (patch) | |
tree | 0f2b73afdf6a0751d4c21aa22ce99c79deaaaa2e /templates | |
parent | 739cecb0bc1f1ba3b2e0b390795cbaf429ec81c2 (diff) |
Fixing embedded build of cares for certain targets.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template index 3ea69f8ca5..018e276cca 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -1477,7 +1477,7 @@ else % endif - $(LIBDIR)/$(CONFIG)/lib${lib.name}.a: $(ZLIB_DEP) $(OPENSSL_DEP)\ + $(LIBDIR)/$(CONFIG)/lib${lib.name}.a: $(ZLIB_DEP) $(OPENSSL_DEP) $(CARES_DEP)\ ## The else here corresponds to the if secure earlier. % else: % if lib.language == 'c++': |