aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-07-23 22:59:02 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-07-24 00:10:32 +0200
commit081c27baad81f3f4862b5c89f0bf1bd792d19876 (patch)
tree9aa96258608834fdca9187fff5d2af3828aa9fad /templates
parent25d2018029020a15adc237e3e5ff143b19693511 (diff)
add static_csharp rule to Makefile
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 628056ed4d..50b81e5f9f 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -921,6 +921,16 @@
% endfor
+ static_csharp: static_c \
+ % for lib in libs:
+ % if 'Makefile' in lib.get('build_system', ['Makefile']):
+ % if lib.build == 'all' and lib.language == 'csharp':
+ $(LIBDIR)/$(CONFIG)/lib${lib.name}.a\
+ % endif
+ % endif
+ % endfor
+
+
shared: shared_c shared_cxx
shared_c: pc_c pc_c_unsecure cache.mk\