aboutsummaryrefslogtreecommitdiff
path: root/backends.py
diff options
context:
space:
mode:
Diffstat (limited to 'backends.py')
-rw-r--r--backends.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends.py b/backends.py
index 4d497cd..9fb00c7 100644
--- a/backends.py
+++ b/backends.py
@@ -255,7 +255,7 @@ class Backend():
commands = ['c']
elem = NinjaBuildElement(outname_rel, jar_rule, obj_list)
elem.add_item('LINK_FLAGS', commands)
- return elem
+ elem.write(outfile)
def generate_single_java_compile(self, src, target, compiler, outfile):
buildtype = self.environment.coredata.buildtype